Compiling 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: Compiling error (
/showthread.php?tid=542348)
Compiling error -
MrCallum - 18.10.2014
I compile my script (Pretty big) and i get this :
http://gyazo.com/637626a32a6a6f80f062c0f131121652
Re: Compiling error -
MrCallum - 18.10.2014
Can anyone help? I have got all the includes I need, its just when I compile it goes fine then it just does not respond then that comes up!
Re: Compiling error -
Abagail - 18.10.2014
This can be caused by a missing bracket or just generally bad scripting. Have you added anything since it worked?
Re: Compiling error -
MrCallum - 18.10.2014
Ive added the cmd:asellallhouses command you gave me Abagail thats it and when I remove it, it still does not compile!
Re: Compiling error -
MrCallum - 18.10.2014
I used a missing bracket finder and no brackets were missing!
Re: Compiling error -
Nathana566 - 18.10.2014
Try commenting Big sections of your script out until the script compiles successfully then its most likely the last section you commented has some fatal errors in it, When you manage to find the section that has the error in it, Uncomment the rest of the sections, and go threw the section with the error and Comment small parts of it until you find the error again.
Re: Compiling error -
nathana556 - 18.10.2014
Quote:
Originally Posted by Nathana566
Try commenting Big sections of your script out until the script compiles successfully then its most likely the last section you commented has some fatal errors in it, When you manage to find the section that has the error in it, Uncomment the rest of the sections, and go threw the section with the error and Comment small parts of it until you find the error again.
|
What that guy said this usually happends when you have more than 20 errors..check if you have made something fatal on your script.. or missed brackets comma's so on so forth