SA-MP Forums Archive
Unable To Fix 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: Unable To Fix Error (/showthread.php?tid=350081)



Unable To Fix Error - Jarnu - 11.06.2012

Error is
Код:
E:\server0\gamemodes\gm4.pwn(3) : fatal error 100: cannot read from file: "streamer"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
and i don't want replies like Check if Your Streamer is there in Include Folder.. You are using Correct Version Of Streamer etc. etc.. Please I need Urgent Help ..


Re: Unable To Fix Error - Flake. - 11.06.2012

download this https://sampforum.blast.hk/showthread.php?tid=102865 and put the streamer,inc into your pawno > includes

ps; try re-opening your pawno.exe and make sure you open it from the same folder that your .inc is in


Re: Unable To Fix Error - Rg-Gaming.Info - 11.06.2012

Quote:
Originally Posted by (*|Flake|*)
Посмотреть сообщение
download this https://sampforum.blast.hk/showthread.php?tid=102865 and put the streamer,inc into your pawno > includes

ps; try re-opening your pawno.exe and make sure you open it from the same folder that your .inc is in
Put the plugin in SERVER/plugins
After that put a line in server.vdf
plugins streamer
after the filterscripts


Re: Unable To Fix Error - Jarnu - 11.06.2012

Thanks For replying but i fixed That On MY own.. Rep Added For Fast Replies.


Re: Unable To Fix Error - iggy1 - 11.06.2012

If it wasn't because you didn't have the streamer include in the correct directory, then you should share your fix in case other people need to fix the same problem. I'm intrigued to know how you fixed it if you didn't use the methods mentioned above.

Quote:
Originally Posted by (*|Flake|*)
Посмотреть сообщение
download this https://sampforum.blast.hk/showthread.php?tid=102865 and put the streamer,inc into your pawno > includes

ps; try re-opening your pawno.exe and make sure you open it from the same folder that your .inc is in



Re: Unable To Fix Error - JaKe Elite - 11.06.2012

Creating topic then few minutes

"I fix the error by myself REP++"

OMG. you should share the details how you fix it


Re: Unable To Fix Error - Jarnu - 11.06.2012

EDIT: i did it before FLAKE posted

i downloaded samp03svr.rar again and then Copied my Gamemode to new Pawno and added to the new Server File and Recompiled with Old Includes.. and iggy my Includes was in Proper Directory.. coz i compiled a sec ago then tested then come back and added another thing.. then i got this Error..


Re: Unable To Fix Error - iggy1 - 11.06.2012

A good tip would be this. When you download a new server, if you still have the old one on your computer delete the old pawncc.exe. That way you know that the old compiler (with older includes) will not compile your scripts which it will do if you open your .pwn files by double clicking them.

Alternatively you can just open your .pwn files from within the PAWNO editor you wish to compile with.


Re: Unable To Fix Error - Jarnu - 11.06.2012

Thanks For The Tip ^_^ Next time i will try to do what you said