Only id 0 unfreezes.
#1

Hey Guys,

I got a problem. Ive made a race and at the start everyone is freezed then it says 3 2 1 and at GO everyone should be unfreezed. But only id 0 gets unfreezed...

Plz help.

Code:
pawn Код:
public racestart3()
for(new i,g=GetMaxPlayers(); i < g; i ++)
{
    GameTextForAll("GO",1000,5);
    TogglePlayerControllable(i,1);
    return 1;
}
Reply


Messages In This Thread
Only id 0 unfreezes. - by juuleman - 08.05.2010, 12:45
Re: Only id 0 unfreezes. - by 0ne - 08.05.2010, 12:54
Re: Only id 0 unfreezes. - by juuleman - 08.05.2010, 12:58
Re: Only id 0 unfreezes. - by 0ne - 08.05.2010, 13:00
Re: Only id 0 unfreezes. - by Jefff - 08.05.2010, 13:03
Re: Only id 0 unfreezes. - by juuleman - 08.05.2010, 13:07

Forum Jump:


Users browsing this thread: 2 Guest(s)