Kicks cuz SVC Bad - in this Code
How can i fix that?
but only whit 8 ppls or more
PHP Code:
RegisterHam(Ham_Spawn, "player", "bacon_spawn_post", 1)
public bacon_spawn_post(id) if(is_user_alive(id))
{
if ( cs_get_user_team(id) == CS_TEAM_CT )
{
cs_set_user_model(id, "counters")
}
if ( cs_get_user_team(id) == CS_TEAM_T )
{
cs_set_user_model(id, "terrorist")
}
}
okay i was able to fix svc_bad whit this great thread
http://forums.alliedmods.net/showthread.php?t=69386
Next time i use the search first sorry
__________________