SA-MP Forums Archive
How do I fix this PAWNO Problem? - 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: How do I fix this PAWNO Problem? (/showthread.php?tid=382285)



How do I fix this PAWNO Problem? - EthanCortez - 02.10.2012

HTML Code:
1.
#include <a_samp>

 2.
#include <core>

 3.
#include <float>

 4.
#include <MidoStream>

 5.
#include <streamer>

 6.
#include <foreach>

8.
#define COLOR_YELLOW 0xFFFF00AA

9.
#define RED1 0xCB3C34FF
Problem...

HTML Code:
C:\Users\mahmoud\Desktop\SAMP Server\pawno\Untitled.pwn(11) : fatal error 100: cannot read from file: "MidoStream"

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


1 Error.



Re: How do I fix this PAWNO Problem? - CaRa - 02.10.2012

You haven't "MidoStream" in pawn / include, search it.


Re: How do I fix this PAWNO Problem? - EthanCortez - 02.10.2012

Yes I have, look at "4." under it.


Re: How do I fix this PAWNO Problem? - dannyk0ed - 02.10.2012

Try opening the script from pawno/pawno.exe and recompile, seems like you opened the file from the directory.


Re: How do I fix this PAWNO Problem? - CaRa - 02.10.2012

Download this include http://www.solidfiles.com/d/4x9O/ and place it in PAWNO / INCLUDE.folder (are you understanding now ?)

This include is created by MidoBan, check this topic https://sampforum.blast.hk/showthread.php?tid=39836

@You have MidoStream in pawno but you don't have it in INCLUDE FOLDER


Re: How do I fix this PAWNO Problem? - EthanCortez - 03.10.2012

k, thanks lot bro.