07.12.2012, 18:14
like i said about the +1 variable
Now that you have this you don't need to use what i showed you earlier.
pawn Код:
public NewMapTimer(playerid)
{
MapChange++;
if(MapChange>3) MapChange=0;//if it goes over more then 3 bring it back to 0
GameTextForAll("--- LOADING NEW MAP ---",4000,3);
SetTimer("StartedNewRound", 4000, false);
return 1;
}