KillTimer(WGEND2[playerid]); - not working - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: KillTimer(WGEND2[playerid]); - not working (
/showthread.php?tid=115815)
KillTimer(WGEND2[playerid]); - not working -
pawelf94 - 26.12.2009
pawn Код:
KillTimer(WGEND2[playerid]);
not working
pawn Код:
C:\DOCUME~1\Pawel\Pulpit\DMSERV~1\GAMEMO~1\lvdm21.pwn(2172) : error 028: invalid subscript (not an array or too many subscripts): "WGEND2"
C:\DOCUME~1\Pawel\Pulpit\DMSERV~1\GAMEMO~1\lvdm21.pwn(2172) : warning 215: expression has no effect
C:\DOCUME~1\Pawel\Pulpit\DMSERV~1\GAMEMO~1\lvdm21.pwn(2172) : error 001: expected token: ";", but found "]"
C:\DOCUME~1\Pawel\Pulpit\DMSERV~1\GAMEMO~1\lvdm21.pwn(2172) : error 029: invalid expression, assumed zero
C:\DOCUME~1\Pawel\Pulpit\DMSERV~1\GAMEMO~1\lvdm21.pwn(2172) : fatal error 107: too many error messages on one line
Re: KillTimer(WGEND2[playerid]); - not working -
dice7 - 26.12.2009
is WGEND2 even an array ?
Re: KillTimer(WGEND2[playerid]); - not working -
RyDeR` - 26.12.2009
Quote:
not an array or too many subscripts
|
Hmm, Can you post the hole code?