SA-MP Forums Archive
1 Quick 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 1 Quick Error (/showthread.php?tid=183754)



1 Quick Error - dillo1000 - 16.10.2010

pawn Код:
C:\DOCUME~1\CHRIST~1\Desktop\DEV'SM~1\FILTER~1\GarHouse.pwn(28) : fatal error 100: cannot read from file: "streamer"

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


1 Error.
I donno why it cant find it anyone got team viewer or can help?


Re: 1 Quick Error - OldDirtyBastard - 16.10.2010

you need to include the file 'streamer.inc' into your pwno>includes forlder,
then compile it again and you shoudnt have any errors


Re: 1 Quick Error - dillo1000 - 16.10.2010

Quote:
Originally Posted by OldDirtyBastard
Посмотреть сообщение
you need to include the file 'streamer.inc' into your pwno>includes forlder,
then compile it again and you shoudnt have any errors
I already have but still error


Re: 1 Quick Error - OldDirtyBastard - 16.10.2010

then it must be just a tipo, check on top of your script if you have it like this
pawn Код:
#include <streamer>
maybe the .inc file has other name.


Re: 1 Quick Error - Las Venturas CNR - 16.10.2010

Quote:
Originally Posted by dillo1000
Посмотреть сообщение
I already have but still error

You shouldn't have it if you've got


pawn Код:
#include <streamer>
at the top and


streamer.inc in Pawno > Includes

You may have placed it somewhere else...


Re: 1 Quick Error - dillo1000 - 16.10.2010

Quote:
Originally Posted by OldDirtyBastard
Посмотреть сообщение
then it must be just a tipo, check on top of your script if you have it like this
pawn Код:
#include <streamer>
maybe the .inc file has other name.
Nah mate its not working im using GarHouse script and my server is done apart from houses anyone got team viewer and can help.


Re: 1 Quick Error - Scenario - 16.10.2010

If you have the file 'streamer.inc' in your /pawno/includes folder, then you should double check you are running the correct PAWNO. Sometimes, if you have 2 different .exe's for PAWNO it will just use the one you normally use. Make sense?


Re: 1 Quick Error - dillo1000 - 16.10.2010

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
If you have the file 'streamer.inc' in your /pawno/includes folder, then you should double check you are running the correct PAWNO. Sometimes, if you have 2 different .exe's for PAWNO it will just use the one you normally use. Make sense?
Ive only got one also it does it for sscanf2.


Re: 1 Quick Error - [L3th4l] - 16.10.2010

Simple problem, but many don't know about this.

1. Open PAWNO FIRST!
2. Click > File > Open > Your script
3. Compile


Re: 1 Quick Error - cmg4life - 16.10.2010

Copy streamer.inc in Pawno/includes/ then open the Pawno by his own .exe and use OPEN to load the script.

Should do the trick.