Also, you need to start using braces.
PHP Code:
if(is_user_alive(target))
set_user_rendering(target,kRenderFxGlowShell,0,0,0,kRenderTransAlpha,255)
client_print(target,print_chat,"-[EVIL]- %s is no longer cloaked ",name)
If user is alive both are executed. If user is dead the second is still executed. Is this check really needed anyways?
__________________