Raised This Month: $ Target: $400
 0% 

Help! If i die i want remove glow


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Torge
Veteran Member
Join Date: Oct 2011
Old 02-28-2013 , 13:09   Re: Help! If i die i want remove glow
Reply With Quote #2

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

public plugin_init()
{
    
register_event("DeathMsg""event_death""a");
}

public 
event_death()
{
    new 
killer read_data(1);

    
set_user_rendering(killerkRenderFxNone000kRenderNormal16);


Last edited by Torge; 02-28-2013 at 15:20. Reason: Fixed.
Torge 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 21:44.


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