SA-MP Forums Archive
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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help (/showthread.php?tid=187372)



Help - Space - 02.11.2010

Can somebody help me in this?

Код:
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(210) : error 017: undefined symbol "F_OnInit"
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(212) : error 017: undefined symbol "SetDisabledWeapons"
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(1543) : error 017: undefined symbol "F_GivePlayerMoney"
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(1561) : error 017: undefined symbol "F_GivePlayerMoney"
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(1579) : error 017: undefined symbol "F_GivePlayerMoney"
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(1597) : error 017: undefined symbol "F_GivePlayerMoney"
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(1615) : error 017: undefined symbol "F_GivePlayerMoney"
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(1633) : error 017: undefined symbol "F_GivePlayerMoney"
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(1651) : error 017: undefined symbol "F_GivePlayerMoney"
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(1845) : error 017: undefined symbol "F_GivePlayerMoney"
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(2697) : error 017: undefined symbol "F_OnPlayerConnect"
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(3425) : error 017: undefined symbol "F_GivePlayerMoney"
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(3429) : error 017: undefined symbol "F_GivePlayerMoney"
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(4492) : error 017: undefined symbol "F_GivePlayerMoney"
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(4508) : error 017: undefined symbol "F_GivePlayerMoney"
I am a newbie scripter I just took a GM and edited it and getting these errors while compiling.
Any help would be highly appreciated...


Re: Help - SampStunta - 02.11.2010

You need to include that holds the F_ functions.


Re: Help - Space - 02.11.2010

Any ".inc" file? If yes, can you give me a download link?


Re: Help - SampStunta - 02.11.2010

Go into your:

Pawno>Includes, is there anything with F_ in it?


Re: Help - willsuckformoney - 02.11.2010

Is this some anti cheat?


Re: Help - Space - 02.11.2010

Quote:
Originally Posted by SampStunta
Посмотреть сообщение
Go into your:

Pawno>Includes, is there anything with F_ in it?
Yup, it contains "F_AntiCheat".


Re: Help - SampStunta - 02.11.2010

Quote:
Originally Posted by willsuckformoney
Посмотреть сообщение
Is this some anti cheat?
Probably...


Re: Help - SampStunta - 02.11.2010

Then add
pawn Код:
#include F_Anticheat
at the top of your script.
(41 secs)


Re: Help - Space - 02.11.2010

Thanks alot Stunta but now this error:

Код:
D:\Games\GTA San Andreas\SERVERS\pawn\gamemodes\SU1.pwn(213) : error 017: undefined symbol "SetDisabledWeapons"



Re: Help - Grim_ - 02.11.2010

That function was removed in an earlier version of SA:MP. You need to delete that line from the script.