Weird crash, if I add something
#4

Quote:
Originally Posted by [XST]O_x
Посмотреть сообщение
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 ^
I don't know whether the timer is the problem or not but I'm actually trying to learn this guy something (debugging code), if he would debug he would figure out himself whats wrong, you just gave him the (possible) answer and he learns nothing!
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)