race question
#6

In the Race Command:
Код:
new PlayerLimitRace;
PlayerLimitRace++;
if(PlayerLimitRace < 5)
{
// players can race
//set the pos and other stuff
}
else if(PlayerLimitRace > 4) return SendClientMessage(playerid,COLOR,"Max Player Limit is 4");
and when the race is finished reset PlayerLimitRace to zero.
Reply


Messages In This Thread
race question - by Gamer007 - 09.05.2009, 09:15
Re: race question - by GanG$Ta - 09.05.2009, 09:26
Re: race question - by Gamer007 - 09.05.2009, 09:29
Re: race question - by Think - 09.05.2009, 09:30
Re: race question - by Gamer007 - 09.05.2009, 09:36
Re: race question - by GanG$Ta - 09.05.2009, 09:43

Forum Jump:


Users browsing this thread: 1 Guest(s)