AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   [Solved] Kicks cuz SVC Bad (https://forums.alliedmods.net/showthread.php?t=141126)

Stylaa 10-19-2010 20:14

[Solved] Kicks cuz SVC Bad
 
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


All times are GMT -4. The time now is 10:25.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.