I came here to know how woul be a code for the following situation:
"when someone kills a person, the killer gets glowing some color"
I think its not hard.. but I DONT KNOW, lol... I think it is something like this:
public glowingkiller(id,killer)
{
get_user_authid(killer)
set_user_rendering(id,kRenderFxGlowShell,255, 0,0,kRenderNormal,16)
return PLUGIN_HANDLED
}
I dont know... please, I am waiting some help.. I truly need this...