SA-MP Forums Archive
compiling errors (undefined symbol) - 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: compiling errors (undefined symbol) (/showthread.php?tid=400012)



compiling errors (undefined symbol) - Red_Dragon. - 16.12.2012

Here are the errors
pawn Код:
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(2928) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(2935) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(2942) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(2951) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(2965) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(2972) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(2976) : error 017: undefined symbol "GivePlayerCash"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(2979) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(2986) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(2994) : error 017: undefined symbol "GivePlayerCash"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(2997) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3004) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3011) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3019) : error 017: undefined symbol "ABroadCast"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3023) : error 017: undefined symbol "Log"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3025) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3034) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3044) : error 017: undefined symbol "Log"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3046) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3059) : error 017: undefined symbol "ABroadCast"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3063) : error 017: undefined symbol "Log"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3065) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3072) : error 017: undefined symbol "Log"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3077) : error 017: undefined symbol "ABroadCast"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3079) : error 017: undefined symbol "ProxDetector"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\Express gaming.pwn(3086) : error 017: undefined symbol "Log"

Compilation aborted.Pawn compiler 3.2.3664
EDIT: codes removed till finding a solution


Re: compiling errors (undefined symbol) - Red_Dragon. - 18.12.2012

Bump


Re: compiling errors (undefined symbol) - Red_Dragon. - 18.12.2012

I have that function and that makes it weird!! because they never happened before and they were working good


Re: compiling errors (undefined symbol) - Red_Dragon. - 18.12.2012

Before adding a command but i removed it and still the same errors and i think that i made something before that command but i don't remember it :/


Re: compiling errors (undefined symbol) - Red_Dragon. - 24.12.2012

Bump


Re: compiling errors (undefined symbol) - InfiniTy. - 24.12.2012

Quote:
Originally Posted by Red_Dragon.
Посмотреть сообщение
Bump
You are probably missing a } or more if the functions that it says that they are undefined exist.


Re : compiling errors (undefined symbol) - Rayan_black - 24.12.2012

Are you sure you defined everything?


Re: compiling errors (undefined symbol) - Red_Dragon. - 24.12.2012

Is there anyway to figure that out ? i tried to roll back some changes i did before but still, also when i add the public function for ProxDetector or ABroadcast etc.. it doesn't make any changes.
((out of topic): i like the sscanf 2.7 NICE JOB )


Re: compiling errors (undefined symbol) - InfiniTy. - 24.12.2012

Quote:
Originally Posted by Red_Dragon.
Посмотреть сообщение
Is there anyway to figure that out ? i tried to roll back some changes i did before but still, also when i add the public function for ProxDetector or ABroadcast etc.. it doesn't make any changes.
((out of topic): i like the sscanf 2.7 NICE JOB )
Download this :
https://sampforum.blast.hk/showthread.php?tid=291018
It won't help you see where you're missing a } or more but it will tell you how many you are missing..


Re: compiling errors (undefined symbol) - Red_Dragon. - 24.12.2012

Can't search with it even though i did EVERYTHING needed xD