mini problem with "killtimer"
#3

In order to kill a timer, the timer must be named. In your case:
pawn Код:
new mapp;
mapp=SetTimerEx("Map",900000,0,"i",playerid);
And then you kill the timer by including the mapp inside the KillTimer function:
pawn Код:
KillTimer(mapp);
Reply


Messages In This Thread
mini problem with "killtimer" - by dino_d_carter - 11.06.2013, 18:41
Re: mini problem with "killtimer" - by Red_Dragon. - 11.06.2013, 18:45
AW: mini problem with "killtimer" - by HurtLocker - 11.06.2013, 18:49
Re: mini problem with "killtimer" - by dino_d_carter - 11.06.2013, 18:49
Re: AW: mini problem with "killtimer" - by dino_d_carter - 11.06.2013, 18:51
Re: mini problem with "killtimer" - by Areax - 11.06.2013, 18:58
AW: mini problem with "killtimer" - by HurtLocker - 11.06.2013, 18:59
Re: AW: mini problem with "killtimer" - by dino_d_carter - 11.06.2013, 19:00

Forum Jump:


Users browsing this thread: 2 Guest(s)