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



Errors - Cat Cola - 26.08.2014

I have a problem compiling my PR-RP script...
Can anyone help me? :)


Quote:

C:\Users\Bruker\Desktop\My Roleplay\pawno\include\sscanf2.inc(227) : error 017: undefined symbol "SSCANF_OnPlayerDisconnect"
../gamemodes/OnConnect.pwn(206) : error 017: undefined symbol "ResetPlayerWeaponsEx"
../gamemodes/OnConnect.pwn(213) : error 017: undefined symbol "StopAudioStreamForPlayerEx"
../gamemodes/OnConnect.pwn(221) : error 017: undefined symbol "GetMaxIPs"
../gamemodes/OnConnect.pwn(236) : error 017: undefined symbol "PlayerName"
../gamemodes/OnConnect.pwn(239) : error 017: undefined symbol "KickEx"
../gamemodes/OnConnect.pwn(244) : error 017: undefined symbol "PlayerName"
../gamemodes/OnConnect.pwn(247) : error 004: function "LoginLog" is not implemented
../gamemodes/OnConnect.pwn(257) : error 017: undefined symbol "CheckIP"
../gamemodes/OnConnect.pwn(258) : error 004: function "FixHour" is not implemented
../gamemodes/OnConnect.pwn(259) : error 017: undefined symbol "PlayerName"
../gamemodes/OnConnect.pwn(275) : error 017: undefined symbol "PlayerName"
../gamemodes/OnConnect.pwn(276) : error 017: undefined symbol "SendAdminMessage"
../gamemodes/OnConnect.pwn(289) : error 017: undefined symbol "PlayerName"
../gamemodes/OnConnect.pwn(290) : error 017: undefined symbol "SendAdminMessage"
../gamemodes/OnConnect.pwn(303) : error 017: undefined symbol "PlayerName"
../gamemodes/OnConnect.pwn(304) : error 017: undefined symbol "SendAdminMessage"
../gamemodes/OnGameMode.pwn(15) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(67) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(132) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(158) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(191) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(233) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(297) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(321) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(347) : error 017: undefined symbol "split"

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


26 Errors.




Re: Errors - Dotayuri - 26.08.2014

No one can quess your code can you show line (227). I could help you better if I could see that part of your code.


Re: Errors - ThePhenix - 26.08.2014

From what I see, it's more likely you missed a bracket somewhere in your script, if your script is not such huge, you might give this a try: http://codegenerators.pl/

You can use that tool to check if you missed a bracket somewhere.