SA-MP Forums Archive
Help with Compiling 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help with Compiling errors (/showthread.php?tid=160697)



Help with Compiling errors - XxJoexX - 17.07.2010

I have some errors when I try to compile only like 3 but I have now idea what they mean so I have uploaded my Game mode Its called Test, Im new to scripting so pleas Dont mown

Thanks XxJoexX


Re: Help with Compiling errors - ToPhrESH - 17.07.2010

Can you tell us the warnings?


Re: Help with Compiling errors - XxJoexX - 17.07.2010

Yer sure hear they are

C:\Users\Joe\Desktop\Sa-mp\gamemodes\Test.pwn(39) : error 017: undefined symbol "Door1"
C:\Users\Joe\Desktop\Sa-mp\gamemodes\Test.pwn(40) : error 017: undefined symbol "playerid"
C:\Users\Joe\Desktop\Sa-mp\gamemodes\Test.pwn(43) : error 017: undefined symbol "Door1"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.


Re: Help with Compiling errors - [XST]O_x - 17.07.2010

Fixed for you.
http://pastebin.com/yPgxmp5Y


Re: Help with Compiling errors - willsuckformoney - 17.07.2010

http://pastebin.com/xTD41kiD

to open gate do /door1

EDIT:You can use this one or the one above


Re: Help with Compiling errors - XxJoexX - 17.07.2010

Wonderful now I can sleep at night Thanks XxJoexX


Re: Help with Compiling errors - bartje01 - 17.07.2010

Yes Joe, a little explanation. a new blabla; always have to be under the a_samp include
Another important thing.
You did new Door1
You missed the ;
SO it must be Door1;

Hope this helped