09.05.2009, 09:43
In the Race Command:
and when the race is finished reset PlayerLimitRace to zero.
Код:
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");

