SA-MP Forums Archive
fatal error 100: cannot read from file: "YSI\y_ini" - 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: fatal error 100: cannot read from file: "YSI\y_ini" (/showthread.php?tid=648083)



fatal error 100: cannot read from file: "YSI\y_ini" - ivndosos - 15.01.2018

I'm having this weird issue, I wanted to make a registration system using Kush's tutorial, as I began I've experienced this weird error that I cannot seem to fix, I've surfed around the forums looking for a solution but none of it seemed to work for me.

Код:
C:\Users\yan\Desktop\SA-MP Server\filterscripts\AdminSystem.pwn(6) : fatal error 100: cannot read from file: "YSI\y_ini"
Код:
#include <YSI\y_ini>
I have the inc in my pawno/includes folder, Can anyone please help me?

Thanks.


Re: fatal error 100: cannot read from file: "YSI\y_ini" - KayJ - 15.01.2018

You must have y_ini include in Pawno>includes>YSI


Re: fatal error 100: cannot read from file: "YSI\y_ini" - ivndosos - 15.01.2018

Now I am having a different error

Код:
fatal error 100: cannot read from file: "..\YSI_Storage\y_ini"



Re: fatal error 100: cannot read from file: "YSI\y_ini" - KayJ - 15.01.2018

Download whole YSI folder and paste it in Pawno>includes.


Re: fatal error 100: cannot read from file: "YSI\y_ini" - ivndosos - 15.01.2018

Thanks, It works now KayJ.

It also told me to upgrade to amx_assembly so I did and it complies now.