Only id 0 unfreezes.
#5

Код:
public racestart3()
{
	for(new i,g=GetMaxPlayers(); i < g; i++) if(IsPlayerConnected(i) && !IsPlayerNPC(i))
	{
		GameTextForPlayer(i,"GO",1000,5);
		TogglePlayerControllable(i,1);
		// return 1; it stops the loop so only works on id 0
	}
	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: 1 Guest(s)