27.11.2014, 16:06
Hello,
Ok, so, I am working with Y_Timers, I have run into a problem that doesn't make any sense to me.
Example: timer NextLocation[5000](playerid) - defer NextLocation(playerid);
Now, if a player was to do /stopjob while the timer is running, how would I then kill the defer?
I tried stop NextLocation(playerid); that doesn't work? (kill also doesn't work, undefined symbol)
Thanks in advance.
Ok, so, I am working with Y_Timers, I have run into a problem that doesn't make any sense to me.
Example: timer NextLocation[5000](playerid) - defer NextLocation(playerid);
Now, if a player was to do /stopjob while the timer is running, how would I then kill the defer?
I tried stop NextLocation(playerid); that doesn't work? (kill also doesn't work, undefined symbol)
Thanks in advance.