Yet Another Problem! -
mkmk - 11.10.2014
When I saw this, I thought it would be a simple issue, but I asked three pro scripters of the fix, they also thought It'd be easy but... They couldn't fix it.
Here's what happens when I try and compile the script.
: fatal error 100: cannot read from file: "YSI/y_ini"
Re: Yet Another Problem! -
Jdt - 11.10.2014
You are missing "y_ini.inc" in your YSI Directory
I Suggest Install the YSI 3.1
Re: Yet Another Problem! -
AndySedeyn - 11.10.2014
Your slash between YSI and y_ini is placed incorrectly.
It's like this:
If that doesn't resolve the problem try:
Quote:
Originally Posted by Jdt
You are missing "y_ini.inc" in your YSI Directory
I Suggest Install the YSI 3.1
|
And if that doesn't work, make sure you're running the PAWNO.exe from the directory where your script is located.
For example:
If your script is located at:
Код:
C:\Users\Bible\Documents\SERVER\gamemodes
you should use the pawno.exe located at:
Код:
C:\Users\Bible\Documents\SERVER\Pawno\Pawno.exe
And make sure your includes are in the directory as well.
Re: Yet Another Problem! -
mkmk - 11.10.2014
None of these worked.
Re: Yet Another Problem! -
Rudy_ - 11.10.2014
try
Re: Yet Another Problem! -
AndySedeyn - 11.10.2014
Quote:
Originally Posted by Rudy_
|
Try that, and can you read other includes?
Re: Yet Another Problem! -
Pottus - 11.10.2014
Make sure you got YSI in your includes folder.
Re: Yet Another Problem! -
mkmk - 11.10.2014
Still, nothings working.
Re: Yet Another Problem! -
AndySedeyn - 11.10.2014
Are you sure you are running the pawno.exe from the directory where your includes and your script is?
Re: Yet Another Problem! -
mkmk - 11.10.2014
Quote:
Originally Posted by Bible
Are you sure you are running the pawno.exe from the directory where your includes and your script is?
|
Yes.
EDIT: I can provide screenshots of the files if needed?