Compile Error
#1

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

Apparently you haven't defined 'ProxDetector' and 'GivePlayerCash' functions in your script.
You are calling functions that are not exist.
pawn Код:
public ProxDetector(...)
Reply
#3

but how would i define them?
Reply
#4

put
pawn Код:
#define ProxDetector
in your gamemode.
That should fix the undefined symbol error.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)