31.03.2014, 10:07
This one will work..
pawn Код:
public NewMapTimer(playerid)
{
MapChange++;
/*new seconds = CountDownTime % 60;
new minutes = (CountDownTime - seconds) / 60;*/
GameTextForAll("~b~ Loading new ~w~MAP",4000,3);
SetTimer("StartedNewRound",4000,false);
return 1;
}