Raised This Month: $ Target: $400
 0% 

Death messages


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
FlyingHorse
Senior Member
Join Date: Apr 2010
Location: Under your bed.
Old 06-08-2010 , 08:10   Re: Death messages
Reply With Quote #1

try this (untested)
PHP Code:
#include <amxmodx>
#include <hamsandwich>

new PLUGIN[ ] = "website on death"
new VERSION[ ] = "1.0"
new AUTHOR[ ] = "FlyingHorse"

new websitename[ ] = "http://Your-website.com" // enter website here

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
RegisterHam(Ham_Killed"player""Event_Ham_Killed")
}

public 
Event_Ham_Killed(victimattackershouldgib)
{
    if(!
is_user_alive(victim))
    {

        
client_print(victimprint_chat"%s"websitename)
    }

FlyingHorse is offline
Send a message via Skype™ to FlyingHorse
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:24.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode