SA-MP Forums Archive
Help - 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: Help (/showthread.php?tid=371137)



Help - yarin0600 - 22.08.2012

d:\Users\User\Desktop\samp03e_svr_R2_win32\gamemod es\KGRP.pwn(2) : fatal error 100: cannot read from file: "streamer"

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


1 Error.
WHAT TO DO !? I got the new'st version how to fix my error ? That's only 1...


Re: Help - FOTIS6 - 22.08.2012

you need the streamer.inc file! if you already have it move it to Pawno/Include/streamer.inc


Re: Help - yarin0600 - 22.08.2012

Now I put that man , d:\Users\User\Desktop\samp03e_svr_R2_win32\gamemod es\KGRP.pwn(3) : fatal error 100: cannot read from file: "a_zones"

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


1 Error.
Now that show me that


Re: Help - HuSs3n - 22.08.2012

you need a_zones include
https://subversion.assembla.com/svn/...y)/a_zones.inc

save it as "a_zones.inc"
and move it to Pawno/Include/


Re: Help - Lordzy - 22.08.2012

Also make sure that you've all includes in Pawno-->include

If you get still errors like "Cannot read from files <include name>",add the include in Pawno-->Include.