SA-MP Forums Archive
PAWN Compiler Not Responding - 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: PAWN Compiler Not Responding (/showthread.php?tid=633538)



PAWN Compiler Not Responding - RedCounty - 02.05.2017

I'm having an issue with my compiler crashing and forcing itself to close without finishing the compile.

Even when I remove the includes of the script, it doesn't show the errors that the includes don't exist (Such as #include <a_samp>)

Here is a list of my includes:

pawn Code:
#include <a_samp>
#include <streamer>
#include <sscanf2>
#include <foreach>
#include <a_mysql>
#include <zcmd>
#include <easyDialog>
#include <fade>
#include <sort>
#include <mSelection>
#include <irc>
When I remove them, I still get the compiler crashing error but can't seem to find out why..


Re: PAWN Compiler Not Responding - Mohaaaaaaaaaaa - 03.05.2017

It's a wrong bracket opened / closed probably use missing bracket finder to find out where is this bracket


Re: PAWN Compiler Not Responding - RedCounty - 03.05.2017

Quote:
Originally Posted by Mohaaaaaaaaaaa
View Post
It's a wrong bracket opened / closed probably use missing bracket finder to find out where is this bracket
I did that and it's saying that there is the same amount of brackets open and closing, so it can't be that.

Edit: Two scripts, similar in length but not the same are doing the same thing, but when I try compiling a 20k line script, it's fine?

Don't know the issue.


Re: PAWN Compiler Not Responding - RedCounty - 03.05.2017

Fixed. It was the "sort" include "#include <sort>"


Re: PAWN Compiler Not Responding - Mohaaaaaaaaaaa - 03.05.2017

Alright
ps:i have just seen your reply now