Weird crash, if I add something
#3

I know the problem.

You cannot kill timers if you've only implemented them, you need to assign a variable to the timer first before killing it.

For example:
pawn Код:
new timer_dash_update;

timer_dash_update = SetTimerEx("DashUpdate",time,true/false,"i",playerid);

KillTimer(timer_dash_update);
Sneaky, hats off for the effort but you've missed the main problem ^
Reply


Messages In This Thread
Weird crash, if I add something - by Memoryz - 30.09.2010, 22:39
Re: Weird crash, if I add something - by -Sneaky- - 30.09.2010, 22:55
Re: Weird crash, if I add something - by [XST]O_x - 30.09.2010, 22:56
Re: Weird crash, if I add something - by -Sneaky- - 30.09.2010, 23:01
Re: Weird crash, if I add something - by [XST]O_x - 30.09.2010, 23:05
Re: Weird crash, if I add something - by Memoryz - 30.09.2010, 23:07
Re: Weird crash, if I add something - by -Sneaky- - 30.09.2010, 23:07
Re: Weird crash, if I add something - by Memoryz - 01.10.2010, 00:47

Forum Jump:


Users browsing this thread: 3 Guest(s)