Timer isn't working
#3

Quote:
Originally Posted by ranme15
Посмотреть сообщение
You've put the timer at OnGameModeInit() which is being called exactly when the server loads up, which means there are no players online yet. You gotta put it in the start of the race. (as much as I see, you are building a race)
i was using this code:

PHP код:
SetTimer("Unfreeze"120000false); 
and the same thing, the timer didn't work. also the race will start when the timer end


Edit: the function "Unfreeze" will be called after 2 mns, and when i join the server, nothing happen
so the problem is the timer don't start at the 1st time
Reply


Messages In This Thread
Timer isn't working - by mongi - 20.09.2016, 16:32
Re: Timer isn't working - by ranme15 - 20.09.2016, 16:35
Re: Timer isn't working - by mongi - 20.09.2016, 16:39
Re: Timer isn't working - by Dragony92 - 20.09.2016, 16:49
Re: Timer isn't working - by mongi - 20.09.2016, 20:10
Re: Timer isn't working - by oMa37 - 20.09.2016, 20:37
Re: Timer isn't working - by mongi - 20.09.2016, 21:08
Re: Timer isn't working - by oMa37 - 20.09.2016, 21:15
Re: Timer isn't working - by mongi - 21.09.2016, 11:44

Forum Jump:


Users browsing this thread: 1 Guest(s)