В первом раунде работает, а в последующих после рестарта раунда нет
Код:
public human_user(id)
{
if(!is_user_alive(id))
return
g_himera[id] = false
g_falling[id] = false
cs_set_player_model(id, human_model[_random(sizeof human_model)])
set_user_rendering(id)
cs_set_user_nvg(id, 1)
set_user_gravity(id)
cs_reset_player_maxspeed(id)
cs_set_player_view_model(id, CSW_KNIFE, human_knife_v_model)
cs_set_player_weap_model(id, CSW_KNIFE, human_knife_p_model)
}