Fatal 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: Fatal Error (
/showthread.php?tid=352988)
Fatal Error -
carz0159 - 21.06.2012
When i try to compile my script, it gives me this error.
C:\Users\Benny\Desktop\s.rpbackup6.18.12\gamemodes \exec-rp4.pwn(6) : fatal error 100: cannot read from file: "streamer"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Here's the problem in my script
PHP код:
// v.1.0 By: Gregor
#include <a_samp>
#include <streamer>
#include <a_zones>
#include <foreach>
#include <yom_buttons>
#include <djson>
#include <progress>
#include <YSI\y_timers>
#include <ZCMD>
#include <sscanf2>
#include <audio>
Can anyone help me figure out whats wrong with the line #include <streamer>?
Thanks
Re: Fatal Error -
ColorHost-Kevin - 21.06.2012
Do you have the streamer.inc file?
Re: Fatal Error -
carz0159 - 21.06.2012
Yes, It's in the includes folder
Re: Fatal Error -
Skaizo - 22.06.2012
i think you have many server on desktop ,open pawno.exe where you put this in folder include
Re: Fatal Error -
Ironboy - 22.06.2012
Quote:
Originally Posted by carz0159
Yes, It's in the includes folder
|
If you already have streamer.inc in your includes folder then
Just open pawno > pawno then click on Files (at the top) > Open > locate the script from gamemodes / filterscript and then compile.
Screenshots
Re: Fatal Error -
M3mPHi$_S3 - 22.06.2012
1 ) download " streamer.inc " then put in in your " Server/pawno/include " folder
2 ) make sure that you are opening pawno from your server folder not from other place !
Re: Fatal Error -
carz0159 - 22.06.2012
I fixed the problem, but, now its not letting me compile at all, it's giving me an error message. "Pawn Compiler library has stopped working". And then it just closes pawno. Is this because of a misplaced bracket? Because I tested multiple random gamemodes, and this happened to all of them.