ini prob - 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: ini prob (
/showthread.php?tid=597397)
ini prob -
saffierr - 30.12.2015
I get fatal error from y_ini ...
I did #include <YSI\y_ini>
And I have these includes in my pawno > includes.
y_ini.ic
YSI.inc
Y_Objects.inc
Do I miss anything ?
Re: ini prob -
SupperRobin6394 - 30.12.2015
What is the error?
Re: ini prob -
saffierr - 30.12.2015
Quote:
Originally Posted by saffierr
I get fatal error from y_ini ...
|
Quote:
Originally Posted by SupperRobin6394
What is the error?
|
The fatal error
Re: ini prob -
xXRevolverXx - 30.12.2015
Can you mention here the line in which the error involved?
Re: ini prob -
saffierr - 30.12.2015
PHP Code:
#include <YSI\y_ini>
Quote:
C:\Users/Sampserver\gamemodes\practice.pwn(11) : fatal error 100: cannot read from file: "YSI\y_ini"
|
Re: ini prob -
AndySedeyn - 30.12.2015
Download the whole YSI library. Don't download the includes separately. If that doesn't work, then make sure you're using the right pawno IDE executable (if you have more than one pawn compiler on your computer).
If your script is at:
PHP Code:
C:\Users\Sampserver\gamemodes
Then make sure you're using pawno.exe from:
PHP Code:
C:\Users\Sampserver\pawno\pawno.exe
And make sure your includes are at:
PHP Code:
C:\Users\Sampserver\pawno\include
Re: ini prob -
Barnwell - 30.12.2015
make sure you have Y_ini in YSI Folder
Re: ini prob -
saffierr - 30.12.2015
I have done Everything you've said except the downloading part.
I have downloaded the includes separately, I see so many YSI download links and every link I get redirected to has different things to download. Can you send me a link which includes everything?
Thanks in advance.
EDIT: Sorry, I have got the YSI folder with everything included, but where should I extract everything?
Re: ini prob -
saffierr - 30.12.2015
EDIT: It has been fixed, thanks.