Only id 0 unfreezes.
#6

Quote:
Originally Posted by 0ne
do a command like:

new InRace[MAX_PLAYERS];

when he joins race

InRace[playerid] = 1; and then on the callback


pawn Код:
public racestart3()
{
    for(new i; i<MAX_PLAYERS; i++)
    {
      if(InRace[i] == 1)
      {
        GameTextForAll("GO",1000,5);
        TogglePlayerControllable(i,1);
      }
    }
}
Thanks, works

Sorry Jeff, didnt tested yours cause the one from 0ne already worked.
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)