SA-MP Forums Archive
Please help me with this pwn 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: Please help me with this pwn error (/showthread.php?tid=386485)



Please help me with this pwn error - Stefan_Merce - 20.10.2012

i trying to complie my gamemode but it keeps giving me this C:\Users\*****\Desktop\GRP4\pawno\include\filelist .inc(20) : fatal error 100: cannot read from file: "data/streamer.ini"

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


1 Error.


Re: Please help me with this pwn error - Faisal_khan - 20.10.2012

You don't have the streamer include. Download it and place it in pwano/includes/data folder.


Re: Please help me with this pwn error - XlimitXstudio - 20.10.2012

Yea you will need a streamer include.


Re: Please help me with this pwn error - HyDrAtIc - 20.10.2012

Wrong Faisal,the error isn't from the script it's from the filelist.inc include,try to re-update filelist.inc to the latest version and try again.


Re: Please help me with this pwn error - Stefan_Merce - 20.10.2012

this is my filelist?:#include "data/a_samp.inc"
#include "data/dini.inc"
#include "data/ozor_includes.txt"
#include "data/pelnas.txt"
#include "data/playerDB.txt"
#include "data/vehicles.txt"
#include "data/meta.txt"
#include "data/functions.txt"
#include "data/global.txt"
#include "data/bussinesDB.txt"
#include "data/pickups.txt"
#include "data/Darbai/Taxi.txt"
#include "data/Darbai/Autobusas.txt"
#include "data/mobilus.txt"
#include "data/gangs.txt"
#include "data/menu.txt"
#include "data/pickupfix.txt"
#include "data/houseDB.txt"
#include "data/lobis.txt"
#include "data/streamer.ini"
#include "data/vartai.txt"
#include "data/streamer.ini"


Re: Please help me with this pwn error - mamorunl - 20.10.2012

The file "data/stramer.ini" does not exist in your installation. Download this file and put it into the data folder.


Re: Please help me with this pwn error - Stefan_Merce - 20.10.2012

where can i dowload it


Re: Please help me with this pwn error - Stefan_Merce - 20.10.2012

sorry for duble post now i get this\pawno\include\filelist.inc(1) : fatal error 100: cannot read from file: "data/a_samp.inc"

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


Re: Please help me with this pwn error - HyDrAtIc - 20.10.2012

Create a folder in pawn\include and name it data and paste there a_samp.inc


Re: Please help me with this pwn error - Stefan_Merce - 20.10.2012

still its no working :/