SA-MP Forums Archive
Pawn Compiler Library Has Stopped Working - 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 Library Has Stopped Working (/showthread.php?tid=567023)



Pawn Compiler Library Has Stopped Working - Rissam - 10.03.2015

I am getting the error
Quote:

Pawn Compiler Library Has Stopped Working

I am using this script New Vegas Cops And Robbers

It has some problem like this:
PHP код:
switch(listitem)
{
case 
0:
{
}

The brackets are in one line. Does this thing causes the pawn to stop working?


Re: Pawn Compiler Library Has Stopped Working - Smileys - 10.03.2015

I don't think it has anything to do with indentation, you could try it though.

If that does not work, then try to remember the last few things you changed in your script, just undo those things and compile it after every bit of code to see if it works, as soon as the compiler starts working again you know in what piece of code the error is.


Re: Pawn Compiler Library Has Stopped Working - Rissam - 10.03.2015

Quote:

I am using this script New Vegas Cops And Robbers

I have already told its not my script.