26 errors, I need urgent help!!!! - 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: 26 errors, I need urgent help!!!! (
/showthread.php?tid=340399)
26 errors, I need urgent help!!!! -
Twisted_Insane - 07.05.2012
Alright, this stuff's annoying me as hell;
I've got 2 filterscripts which are including this line:
They seem to be old. So I've downloaded the newest version of "servermoneyFS.inc", and when I recompile...
Код:
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(646) : error 017: undefined symbol "Money_GivePlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(650) : error 017: undefined symbol "Money_GivePlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(713) : error 017: undefined symbol "Money_GetPlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(713) : error 017: undefined symbol "Money_GetPlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(722) : error 017: undefined symbol "Money_GivePlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(907) : error 017: undefined symbol "Money_GetPlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(909) : error 017: undefined symbol "Money_GetPlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(911) : error 017: undefined symbol "Money_GetPlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(913) : error 017: undefined symbol "Money_GivePlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(988) : error 017: undefined symbol "Money_GetPlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(990) : error 017: undefined symbol "Money_GetPlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(992) : error 017: undefined symbol "Money_GetPlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(994) : error 017: undefined symbol "Money_GivePlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(1065) : error 017: undefined symbol "Money_GetPlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(1068) : error 017: undefined symbol "Money_GetPlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(1072) : error 017: undefined symbol "Money_GivePlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(1130) : error 017: undefined symbol "Money_GetPlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(1137) : error 017: undefined symbol "Money_GivePlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(1156) : error 017: undefined symbol "Money_GivePlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(1841) : error 017: undefined symbol "Money_GivePlayerMoney"
D:\Program Files\GTA San Andreas\SAMP_Server\filterscripts\GarHouse.pwn(1909) : error 017: undefined symbol "Money_GivePlayerMoney"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
21 Errors.
It's in ANY FS the same, please help me somehow...
Re: 26 errors, I need urgent help!!!! -
[HiC]TheKiller - 07.05.2012
Change Money_GetPlayerMoney and Money_GivePlayerMoney to the new function names in the include and it should work. It will most probably say the names on the thread or just look through the include to find them.