Y_ini #include 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: Y_ini #include problem (
/showthread.php?tid=610276)
Y_ini #include problem -
FishyZ - 22.06.2016
I did
C:\Users\Fishy\Desktop\New folder (2)\pawno\include\y_ini.inc(1) : fatal error 100: cannot read from file: "..\YSI_Internal\y_compilerpass"
I do have y_ini in my pawno, include folder. any help?
https://gyazo.com/e0dca00bbd8235fc67ce61c9116e13a1
Re: Y_ini #include problem -
Lynn - 22.06.2016
You need the YSI Library.
Y INI reads from y_complilerpass internally.
The single include will not do you justice.
Re: Y_ini #include problem -
FishyZ - 22.06.2016
Quote:
Originally Posted by Lynn
You need the YSI Library.
Y INI reads from y_complilerpass internally.
The single include will not do you justice.
|
I do have the whole folder but I do not know how to make the script link it to their.
New folder (2)\pawno\include\YSI-Includes-YSI.tl\YSI
should it be?
Код:
#include <YSI-includes.YSItl\YSI\y_ini>
Re: Y_ini #include problem -
MotherDucker - 22.06.2016
Make sure your file structure is..
Код:
- includes
- YSI
- y_ini.inc
- YSI_Internal
- y_compilerpass.inc
If they have been moved, then they cannot be found which could be why you're getting this error.