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=562303)



undefined symbol.. - Afri - 08.02.2015

New folder\free.pwn(445) : error 017: undefined symbol "UpdateConfig"
D:\afri\New folder\free.pwn(446) : error 017: undefined symbol "ReadTextDraws"
D:\afri\New folder\free.pwn(465) : error 017: undefined symbol "ShowConfigInConsole"
D:\afri\New folder\free.pwn(48 : error 004: function "SaveTeleport" is not implemented
D:\afri\New folder\free.pwn(611) : error 004: function "SaveIn" is not implemented
D:\afri\New folder\free.pwn(626) : error 004: function "SaveIn" is not implemented
D:\afri\New folder\free.pwn(646) : error 004: function "SaveIn" is not implemented
D:\afri\New folder\free.pwn(689) : error 017: undefined symbol "LoginPlayer"
D:\afri\New folder\free.pwn(761) : error 004: function "SaveIn" is not implemented
D:\afri\New folder\free.pwn(775) : error 017: undefined symbol "SavePlayerStats"
D:\afri\New folder\free.pwn(801) : error 004: function "EraseVeh" is not implemented
D:\afri\New folder\free.pwn(807) : error 017: undefined symbol "AdvanceSpectate"
D:\afri\New folder\free.pwn(859) : warning 209: function "OnPlayerSpawn" should return a value
D:\afri\New folder\free.pwn(859) : error 010: invalid function or declaration
D:\afri\New folder\free.pwn(863) : error 021: symbol already defined: "format"
D:\afri\New folder\free.pwn(865) : error 010: invalid function or declaration
D:\afri\New folder\free.pwn(870) : error 010: invalid function or declaration
D:\afri\New folder\free.pwn(872) : error 010: invalid function or declaration
D:\afri\New folder\free.pwn(874) : error 010: invalid function or declaration
D:\afri\New folder\free.pwn(879) : error 010: invalid function or declaration
D:\afri\New folder\free.pwn(881) : error 010: invalid function or declaration
D:\afri\New folder\free.pwn(886) : error 010: invalid function or declaration
D:\afri\New folder\free.pwn(88 : error 010: invalid function or declaration
D:\afri\New folder\free.pwn(890) : error 010: invalid function or declaration
D:\afri\New folder\free.pwn(892) : error 010: invalid function or declaration
D:\afri\New folder\free.pwn(896) : error 010: invalid function or declaration
D:\afri\New folder\free.pwn(900) : error 010: invalid function or declaration


please help me..
this file .pwn
http://www.sharebeast.com/pg6baxqvwaja


Re: undefined symbol.. - SnG.Scot_MisCuDI - 08.02.2015

Without looking at the code (i dont want to download it, next time use pastebin.com)
1. i assume you are either missing or have an extra bracket somewhere { }
2. You need to define all the undefined symbols


Re: undefined symbol.. - Afri - 08.02.2015

this is pastebin

http://pastebin.com/71KB1uWL


Re: undefined symbol.. - Afri - 08.02.2015

this is pastebin

http://pastebin.com/71KB1uWL


Re: undefined symbol.. - Afri - 08.02.2015

okee thanks
but i have some problem
D:\afri\New folder\free.pwn(447) : error 029: invalid expression, assumed zero => UpdateConfig();
D:\afri\New folder\free.pwn(447) : error 001: expected token: ")", but found ";" => UpdateConfig();

why this is ?