Streamer Error[rep+] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Streamer Error[rep+] (
/showthread.php?tid=326473)
Streamer Error[rep+] -
Georgi166 - 17.03.2012
Hey, I got this error when compiling:
Код:
D:\SAMP Scripting Help\Hidden\Server Mike 2\gamemodes\Hidden.pwn(15) : fatal error 100: cannot read from file: "streamer"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: Streamer Error[rep+] -
VOXrr - 17.03.2012
You haven't downloaded the streamer.inc
Download it from here:
https://sampforum.blast.hk/showthread.php?tid=102865
and drop the streamer.inc into your pawno/includes folder.
Re: Streamer Error[rep+] -
ColorHost-Kevin - 17.03.2012
Once you have streamer.inc you can then compile and your gamemode should work correctly.
Re: Streamer Error[rep+] -
Georgi166 - 17.03.2012
Tried but nothing works..I Changed the #define location of it with 5 spaces and now it shows...
Код:
D:\SAMP Scripting Help\OLRP\Server Mike 2\gamemodes\OLRP.pwn(20) : fatal error 100: cannot read from file: "dini"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Before changing the define line i still keep the streamer error.I think it cant read from the includes.I have them but it cant read.
EDIT:I'm stupid enough to compile 0.3d Script with 0.3e pawno...
Resolved
Re: Streamer Error[rep+] -
ColorHost-Kevin - 17.03.2012
You dont seem to have dini in the includes folder.
Try getting dini, then compile.
Re: Streamer Error[rep+] -
Spooky - 17.03.2012
You are not having includes in your includes folder. Simple. Download the includes which you are using in ur script and it will work properly.
Re: Streamer Error[rep+] -
thefatshizms - 17.03.2012
lol do what colorhost said post if it worked
by the way did you download this script as if u didnt u have been making a gamemode without the required things that you defined
Re: Streamer Error[rep+] -
Georgi166 - 17.03.2012
I used 0.3e Pawno for 0.3d..Solved