hi i need help in this:
for example if i do this
PHP Code:
if(cs_get_user_team(id) == CS_TEAM_SPECTATOR)
set_task(31.1, "removeweapons", id)
this work fine after 31 second your weapons get removed
but when you transfer to spectator and then transfer to ct/t immediaetly after 31 sec your weapons still will be removed.
how can i disable this set task for ct and t ? i want it to work only for spectators.
__________________