Raised This Month: $ Target: $400
 0% 

Hud after dead.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
skunew
Member
Join Date: Dec 2013
Old 01-05-2014 , 10:02   Hud after dead.
Reply With Quote #1

Hi please help me.
I looking for plugin. This plugin must show random hud after dead.

You dead and in left corner show "Dont spam in chat" or other point of rules.

Text color - green.
skunew is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 01-05-2014 , 14:31   Re: Hud after dead.
Reply With Quote #2

search (in titles) for existing plugins, keywords like advert*, *message*, etc.
__________________
ANTICHRISTUS is offline
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
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 20:32.


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