SA-MP Forums Archive
Undefine symbol: listitem - 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: Undefine symbol: listitem (/showthread.php?tid=545453)



Undefine symbol: listitem - Gogorakis - 08.11.2014

What's wrong with this?

Код:
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3796) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3800) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3804) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3808) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3812) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3816) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3820) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3824) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3828) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3832) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3836) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3840) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3844) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3851) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3855) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3859) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3863) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3867) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3871) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3875) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3879) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3883) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3887) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3891) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3895) : error 017: undefined symbol "listitem"
C:\Users\Administrator\Desktop\Counter Strike 4 SAMP\gamemodes\test.pwn(3899) : error 017: undefined symbol "listitem"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.



Re: Undefine symbol: listitem - Stinged - 08.11.2014

Where did you place the code?
It's probably somewhere where there isn't a "listitem" defined.


Re: Undefine symbol: listitem - Gogorakis - 08.11.2014

I placed it at "OnDialogResponse" where it belongs.


Re: Undefine symbol: listitem - ItzRbj - 08.11.2014

can u show us the code ?


Re: Undefine symbol: listitem - Bingo - 08.11.2014

Missing bracket?

Show us the codes.