07.12.2012, 03:01
If I type " /gmx 15 Testing "
Out Come Is It Shows the Textdraw my Reason Of Restarting But the Counting Down Seems like its Counting Up instead of Down and Plus it Shows in 1000 And Counts up Flickers real bad.. Weird Counting Like it went retarded Or i scripted it to be retarded... If any one Knows what my issue Is Please Comment.. Thanks..
pawn Код:
format(gstring,sizeof(gstring),"Admin %s(%d) Has Requested A Server Restart In %d Seconds Reason: %s",aname,playerid,gmxtimer,reason);
gmxtimer = SetTimerEx("GameModeRestart",seconds*1000,false,"i",i);
TextDrawSetString(GMXDRAW[i],gstring);
TextDrawShowForPlayer(i, GMXDRAW[i]);