Yet Another Problem!
#1

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"
Reply
#2

You are missing "y_ini.inc" in your YSI Directory

I Suggest Install the YSI 3.1
Reply
#3

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.
Reply
#4

None of these worked.
Reply
#5

try
pawn Код:
#include <YSI>
Reply
#6

Quote:
Originally Posted by Rudy_
Посмотреть сообщение
try
pawn Код:
#include <YSI>
Try that, and can you read other includes?
Reply
#7

Make sure you got YSI in your includes folder.
Reply
#8

Still, nothings working.
Reply
#9

Are you sure you are running the pawno.exe from the directory where your includes and your script is?
Reply
#10

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)