Quote:
Originally Posted by vonamoR
Why is there a comma there? o.o
|
Code:
public Spawn_player(id)
{
if(is_user_alive(id) && is_user_connected(id))
{
set_user_rendering(id, kRenderFxGlowShell, 0, 0, 0, kRenderNormal,0)
cs_set_user_armor(id, 0, CS_ARMOR_NONE)
set_user_health( id, 100 )
set_user_noclip(id, 0)
set_user_godmode(id, 0)
}
}
does not work with this
I do not put it so I need this piece of code to work