29.01.2011, 00:23
JUST WAIT till someone knows whats wrong
I can only say that I dont see why it goes back and forth
I can only tell that there is some part missing at the end of UpdateTime in your post
And that this part is nonsense for me
Or why 65009 ?, instead of 60000 (1 min)
I can only say that I dont see why it goes back and forth
I can only tell that there is some part missing at the end of UpdateTime in your post
And that this part is nonsense for me
pawn Код:
if(minute < 1)
{
new string[128];
format(string, 128, "Game Time: %02d:00", minute);
SendClientMessageToAll(COLOR_GREEN, string);
pawn Код:
SetTimer("UpdateTime",65009, 1);