Posts: 187
Threads: 37
Joined: Sep 2010
Reputation:
0
I have a looping timer ( SetTimerEx("Payday", 100000, true, "d", playerid); ) that is set to go off every 100 seconds, as you can see.
However, sometimes, it goes a lot faster, like every 10 seconds or so.
What might be causing this?
I am sure I have ( return 1; ) in the public function.
Posts: 631
Threads: 58
Joined: Jun 2010
Reputation:
0
is there another timer at all that may be getting called?
and also could you post the function the timer is in and the payday function please
Posts: 70
Threads: 0
Joined: Sep 2011
Reputation:
0
Is There another timer receiving calls? Put the code ..
Posts: 187
Threads: 37
Joined: Sep 2010
Reputation:
0
There's no other timer recieving calls, and what code would you like to see?
I've already shown you what starts the timer, and the public ( public Payday(playerid) ) does not include any timers of any kind.
Posts: 187
Threads: 37
Joined: Sep 2010
Reputation:
0
What you stated will make the timer be called only once.
The timer is started OnDialogResponse from a dialog created in OnPlayerConnect.