Pawn Compiler Library has stopped working - to do with streamer? - 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 - to do with streamer? (
/showthread.php?tid=425186)
Pawn Compiler Library has stopped working - to do with streamer? -
EiresJason - 25.03.2013
Hi, I am getting a problem when i try compile my script; it's telling me that the "Pawn Compiler Library has stopped working". Right before it; I got an error saying "cannot read from file <path../include.streamer>" or so. I was wondering does this happen often and if i can fix it? Earlier my brother had the same problem about it and it just start working for him again.
Thanks for any help.
Re: Pawn Compiler Library has stopped working - to do with streamer? - Joao Pedro - 25.03.2013
What was the last code that you did before of pawno introduce errors?
Re: Pawn Compiler Library has stopped working - to do with streamer? -
kamzaf - 25.03.2013
can we see your #include <....> Lines please
Re: Pawn Compiler Library has stopped working - to do with streamer? -
EiresJason - 25.03.2013
I just went to the shop and came back and it stopped working. I can't even remember what i edited last
Includes are:
pawn Код:
#include <a_samp>
#include <sscanf2>
//#include <YSI\y_commands>
#include <YSI\y_ini>
#include <zcmd>
#include <foreach>
#include <streamer>
Im just gonna have to do my best to remember

thanks for the help
Re: Pawn Compiler Library has stopped working - to do with streamer? -
MTCool - 25.03.2013
Probably too many
}
Like if you do:
{
}
}
Re: Pawn Compiler Library has stopped working - to do with streamer? -
MP2 - 25.03.2013
Every time this has happened to me it's been related to arrays.
Re: Pawn Compiler Library has stopped working - to do with streamer? -
EiresJason - 25.03.2013
Okay thanks alot

gonna work on it now.
Re: Pawn Compiler Library has stopped working - to do with streamer? -
EiresJason - 25.03.2013
Sorry for the double post but I got it fixed up, thanks for helping me.