SA-MP Forums Archive
fatal error 100: cannot read from file: "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: fatal error 100: cannot read from file: "streamer" (/showthread.php?tid=375690)



fatal error 100: cannot read from file: "streamer" - Mutilate - 07.09.2012

People need a little help with includes. When I put includes
# include <a_samp>
# include <streamer>
# include <a_zones>
# include <ZCMD>
# include <sscanf2>
gives me an error when compile my script. Here's the error: fatal error 100: cannot read from file: "streamer"

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


1 Error.
How to fix it I am very grateful


Re: fatal error 100: cannot read from file: "streamer" - clarencecuzz - 07.09.2012

Do you have the streamer include and plugin?
Download them HERE

You must have the streamer.inc file in your PAWNO\INCLUDES\ Folder.
Your plugin must be in the PLUGINS\ Folder.


Re: fatal error 100: cannot read from file: "streamer" - yLuSsSIoN - 07.09.2012

Download THIS
Put the plugin file in plugins , and the .inc file in pawno/include
Theen go inside your Gm and on that line where you puth the #include make a new line under with #include <streamer>
Also you need to type "streamer" at the"plugins" line in server.cfg


Re: fatal error 100: cannot read from file: "streamer" - Mutilate - 07.09.2012

Quote:
Originally Posted by clarencecuzz
Посмотреть сообщение
Do you have the streamer include and plugin?
Download them HERE

You must have the streamer.inc file in your PAWNO\INCLUDES\ Folder.
Your plugin must be in the PLUGINS\ Folder.

Thank you very much, now is as it should