Thread: Show The Kill
View Single Post
TitANious
Veteran Member
Join Date: Feb 2009
Location: Denmark
Old 05-03-2009 , 13:30   Re: Show The Kill
Reply With Quote #9

Use pcvar?
PHP Code:
#include <amxmodx>

#define PLUGIN "Show the Kill"
#define VERSION "1.0"
#define AUTHOR "{PHILMAGROIN}"

new gCvar_Enabled;
new 
gCvar_deathmessage;

public 
plugin_init() {
    
register_pluginPLUGINVERSIONAUTHOR );
    
gCvar_Enabled register_cvar"stk_on""1" );
    new 
gCvar_deathmessage register_cvar ("Deathmsg_msg""KILL")
    
register_event"DeathMsg""find_it""a" );
}

public 
find_itid ) {
    if( 
get_pcvar_numgCvar_Enabled ) ) {
        if( 
read_data) ) {
            
set_hudmessage255000.940.8301.03.00.010.01, -);
            
show_hudmessageid"get_pcvar_num(gCvar_deathmessage)" );
        }
    }

I hope it work
__________________
I dislike this.

"A sneeze never comes alone!" <-- Important to remember.
TitANious is offline
Send a message via MSN to TitANious