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



undefined symbol - Jizz - 12.06.2013

D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(1032) : error 017: undefined symbol "RPN"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(1033) : error 017: undefined symbol "SendRobberyMessage"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(1034) : error 017: undefined symbol "SendCopMessage"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(1052) : error 017: undefined symbol "IsACop"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(1056) : error 017: undefined symbol "IsACop"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(1059) : error 017: undefined symbol "GiveDodMoney"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(1199) : error 017: undefined symbol "IsPlayerLoggedIn"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(1239) : error 017: undefined symbol "ResetDodWeapons"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(1660) : error 017: undefined symbol "split"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(174 : error 017: undefined symbol "IsPlayerLoggedIn"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(1753) : error 017: undefined symbol "RPNU"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(1780) : error 017: undefined symbol "SaveDodAmmo"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(2033) : error 017: undefined symbol "SaveToys"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(2050) : error 017: undefined symbol "RPNU"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(2345) : error 017: undefined symbol "LoadToys"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(2356) : error 017: undefined symbol "RPN"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(2375) : error 017: undefined symbol "RPN"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(2376) : error 017: undefined symbol "SendAdminMessage"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(2379) : error 017: undefined symbol "RPN"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(2380) : error 017: undefined symbol "SendAdminMessage"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(2384) : error 017: undefined symbol "RPN"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(2385) : error 017: undefined symbol "SendAdminMessage"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(2437) : error 017: undefined symbol "split"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(244 : error 017: undefined symbol "GT"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(2449) : error 017: undefined symbol "GT"
D:\[INA]\FLUX\gamemodes\Ragazzo.pwn(2522) : error 017: undefined symbol "split"

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


26 Errors.

What happend with the scripts?


Re: undefined symbol - Affan - 12.06.2013

Maybe you missed a bracket. Try finding it.


Re: undefined symbol - Jizz - 12.06.2013

can you help me?


Re: undefined symbol - zClaw - 12.06.2013

Post the code that gave you the errors.


Re: undefined symbol - Jizz - 12.06.2013

Code? The GM is error. I can't post the whole scripts.


Re: undefined symbol - Aly - 12.06.2013

Think about what you modified last time and check the brackets from there.


Re: undefined symbol - feartonyb - 12.06.2013

Download Missing Bracker finder from -> https://sampforum.blast.hk/showthread.php?tid=291018

Then open your GM with it and it will find missing bracker for you.