mini problem with "killtimer"
#5

Quote:
Originally Posted by HurtLocker
Посмотреть сообщение
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);
Код:
C:\Users\Dino\Documents\Dokumenti (SAMP) (RP)\SAMP Serves\Login and Register Sytem Y_INI\gamemodes\test.pwn(1069) : error 017: undefined symbol "Mapp"
C:\Users\Dino\Documents\Dokumenti (SAMP) (RP)\SAMP Serves\Login and Register Sytem Y_INI\gamemodes\test.pwn(1063) : warning 204: symbol is assigned a value that is never used: "mapp"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
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: 1 Guest(s)