Compile Error - 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: Compile Error (
/showthread.php?tid=480648)
Compile Error -
Spazz1219 - 12.12.2013
Ok, please sont mind the "identifier" issues i know whats wrong, but i have no idea about the rest of this:
Код:
[9:24:17 PM] Michael "Miguel" Rickard: C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\pawno\include\audio.inc(37) : error 001: expected token: "-identifier-", but found "-tagname-"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\pawno\include\audio.inc(37) : error 001: expected token: ";", but found "-label-"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\pawno\include\audio.inc(38) : error 001: expected token: "-identifier-", but found "-tagname-"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\pawno\include\audio.inc(38) : error 001: expected token: ";", but found "-label-"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\pawno\include\audio.inc(39) : error 001: expected token: "-identifier-", but found "-tagname-"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\pawno\include\audio.inc(39) : error 001: expected token: ";", but found "-label-"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(802) : warning 201: redefinition of constant/macro (symbol "strcpy(%0,%1,%2)")
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(804) : error 021: symbol already defined: "FALSE"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(821) : error 025: function heading differs from prototype
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3397) : error 017: undefined symbol "ProxDetector"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3404) : error 017: undefined symbol "ProxDetector"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3411) : error 017: undefined symbol "ProxDetector"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3420) : error 017: undefined symbol "ProxDetector"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3434) : error 017: undefined symbol "ProxDetector"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3441) : error 017: undefined symbol "ProxDetector"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3445) : error 017: undefined symbol "GivePlayerCash"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3448) : error 017: undefined symbol "ProxDetector"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3455) : error 017: undefined symbol "ProxDetector"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3462) : error 017: undefined symbol "ProxDetector"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3476) : error 017: undefined symbol "ProxDetector"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3484) : error 017: undefined symbol "GivePlayerCash"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3487) : error 017: undefined symbol "ProxDetector"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3494) : error 017: undefined symbol "ProxDetector"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3501) : error 017: undefined symbol "ProxDetector"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3509) : error 017: undefined symbol "GivePlayerCash"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3514) : error 017: undefined symbol "ProxDetector"
C:\Users\Bitch Nipples\Desktop\Pawn Files\SA-MP Scripts\gamemodes\PRRP.pwn(3523) : error 017: undefined symbol "ProxDetector"
Please and thank you
Rep will be awarded if you rep me (just need to advertise our server)
Re: Compile Error -
Loot - 12.12.2013
Apparently you haven't defined 'ProxDetector' and 'GivePlayerCash' functions in your script.
You are calling functions that are not exist.
Re: Compile Error -
Spazz1219 - 16.12.2013
but how would i define them?
Re: Compile Error -
stundje - 16.12.2013
put
in your gamemode.
That should fix the undefined symbol error.