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



error 017: undefined symbol - MrChopper - 13.06.2015

HTML Code:
C:\Users\TotallyBoL\Desktop\-------------\gamemodes\sgrp_main - Copy.pwn(45021) : error 017: undefined symbol "BackEntrance"
HTML Code:
C:\Users\TotallyBoL\Desktop\-------------\gamemodes\sgrp_main - Copy.pwn(45322) : error 017: undefined symbol "BackEntrance"
The Code 45021
HTML Code:
if(BackEntrance) {
Code 45322
HTML Code:
if(BackEntrance) {



Re: error 017: undefined symbol - Darkwood17 - 13.06.2015

Do you have BackEntrance defined somewhere in your code?


Re: error 017: undefined symbol - MrChopper - 13.06.2015

Quote:
Originally Posted by Darkwood17
View Post
Do you have BackEntrance defined somewhere in your code?
No. So i have to delete it?


Re: error 017: undefined symbol - Darkwood17 - 13.06.2015

If not we can't help you.
Quote:
Originally Posted by MrChopper
View Post
No. So i have to delete it?
What do you mean with "to delete it"?


Re: error 017: undefined symbol - J0sh... - 13.06.2015

Quote:
Originally Posted by Darkwood17
View Post
If not we can't help you.

What do you mean with "to delete it"?
1. We can...

2. He means pressing backspace.

OP: Define it. I'm not sure what you want but. new BackDoor; <-- It'll be something like that.