SA-MP Forums Archive
Yet Another Problem! - 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: Yet Another Problem! (/showthread.php?tid=541357)



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:
pawn Код:
#include <YSI\y_ini>
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
pawn Код:
#include <YSI>



Re: Yet Another Problem! - AndySedeyn - 11.10.2014

Quote:
Originally Posted by Rudy_
Посмотреть сообщение
try
pawn Код:
#include <YSI>
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?