#1

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...
Reply
#2

You need to include that holds the F_ functions.
Reply
#3

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

Go into your:

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

Is this some anti cheat?
Reply
#6

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

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

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

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

Thanks alot Stunta but now this error:

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)