14.08.2011, 23:52
Today i have made new time its work all fine its work 100% but what i need is when the time get to 0:00
change the map please help me that thing i cant do please help
change the map please help me that thing i cant do please help
Код:
public MissionTimer() { for (new i=0; i<MAX_PLAYERS;i++) { new str[34]; TimeS--; if(TimeM == 0 && TimeS == 0) { } if(TimeS == -1) { TimeM--; TimeS = 59; } format(str,sizeof(str),"%02d:%02d", TimeM, TimeS); TextDrawSetString(Textdraw1,str); return 1; }