21.12.2010, 12:17
pawn Код:
RaceActive=0;
Ranking=1;
LCurrentCheckpoint=0;
Participants=0;
for(new i = 0; i < MAX_BUILDERS; i++)
{
BuilderSlots[i]=MAX_PLAYERS+1;
}
if(RRotation != -1) SetTimer("RaceRotation",RRotationDelay,1);
CreateRaceMenus();