Raised This Month: $ Target: $400
 0% 

Hud after dead.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
xxxperts
Senior Member
Join Date: Oct 2013
Location: India
Old 01-07-2014 , 11:57   Re: Hud after dead.
Reply With Quote #3

Never Tested But Should Work....

PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN    "After Died Hud Message"
#define VERSION    "1.0"
#define AUTHOR    "[ZOF 'X]"

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR);
    
    
register_event("DeathMsg""Event_Dead""a");
}

public 
Event_Dead()
{
    new 
iVictim read_data(2);
    
    
set_task(2.0"HUD_MSG"iVictim);
}

public 
HUD_MSG(id)
{
    
set_hudmessage(02550, -1.00.8004.012.0);
    
show_hudmessage(id"Your Message Here");

__________________
All my work is here
xxxperts is offline
 



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 20:32.


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