Compile error - 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)
+--- Thread: Compile error (
/showthread.php?tid=437364)
Compile error -
ewida - 15.05.2013
pawn Код:
C:\Users\Administrator\Desktop\RP\gamemodes\RP.pwn(53089) : error 017: undefined symbol "iIndex"
C:\Users\Administrator\Desktop\RP\gamemodes\RP.pwn(53136) : error 017: undefined symbol "iIndex"
C:\Users\Administrator\Desktop\RP\gamemodes\RP.pwn(53168) : error 017: undefined symbol "iIndex"
C:\Users\Administrator\Desktop\RP\gamemodes\RP.pwn(54880) : error 017: undefined symbol "iIndex"
C:\Users\Administrator\Desktop\RP\gamemodes\RP.pwn(54890) : error 017: undefined symbol "iIndex"
C:\Users\Administrator\Desktop\RP\gamemodes\RP.pwn(54898) : error 017: undefined symbol "iIndex"
C:\Users\Administrator\Desktop\RP\gamemodes\RP.pwn(55041) : error 017: undefined symbol "iIndex"
C:\Users\Administrator\Desktop\RP\gamemodes\RP.pwn(55051) : error 017: undefined symbol "iIndex"
C:\Users\Administrator\Desktop\RP\gamemodes\RP.pwn(55059) : error 017: undefined symbol "iIndex"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
9 Errors.
Re: Compile error -
jakejohnsonusa - 15.05.2013
You need to define what "iIndex" is.
I haven't seen the code... but maybe add "new iIndex;" above the line #53089
Re: Compile error -
NL-Sultan - 15.05.2013
If you're still having problems and want it to be fixed, please show the code aswell.