pawno stops reading from .incs
#1

The files are there, but it says it cant find. W-T-F.
Reply
#2

Are you sure you have them in the include folder?
Reply
#3

yea everything s where its supposed to be

i even tried doing

#include <xStreamer.inc>

nothing, it just says cannot read from file 'Xstreamer'
Reply
#4

Do you have more pawn programs installed? Make sure you have these includes in the include folder of the pawn program you're using/compiling.
Reply
#5

Hi cj101,

follow these steps EXACTLY and hopefully it should work.


Quote:
Originally Posted by [B2K
Hustler ]
Try this, it works for others, including me
Quote:
Originally Posted by [B2K
Hustler ]
A lot of people have these problems with includes, including me.
Код:
 fatal error 100: cannot read from file: "includename"
The way I solved this was to:

1) Close Pawno
2) Copy/Move/ or Cut the Include file into the include folder. (\include)
3) Load up Pawno from it's direct source. DO NOT double click on your gamemode/ filterscript file (as most people do).
4) You should see a blank Pawno file open. Now Click on File>Open or type Ctrl+O or press the Open icon.
5) Locate your gamemode/filterscript file and open it.
6) IF you havn't got the include at the top add it
Код:
#include <includename>
7) Compile, it, it Should work.


Hope that Helps cj101.
Reply
#6

Quote:
Originally Posted by [B2K
Hustler ]
Hi cj101,

follow these steps EXACTLY and hopefully it should work.


Quote:
Originally Posted by [B2K
Hustler ]
Try this, it works for others, including me
Quote:
Originally Posted by [B2K
Hustler ]
A lot of people have these problems with includes, including me.
Код:
 fatal error 100: cannot read from file: "includename"
The way I solved this was to:

1) Close Pawno
2) Copy/Move/ or Cut the Include file into the include folder. (\include)
3) Load up Pawno from it's direct source. DO NOT double click on your gamemode/ filterscript file (as most people do).
4) You should see a blank Pawno file open. Now Click on File>Open or type Ctrl+O or press the Open icon.
5) Locate your gamemode/filterscript file and open it.
6) IF you havn't got the include at the top add it
Код:
#include <includename>
7) Compile, it, it Should work.


Hope that Helps cj101.
thx, it worked
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)