SA-MP Forums Archive
YSI Login System Help - 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: YSI Login System Help (/showthread.php?tid=454246)



YSI Login System Help - ronbobman - 28.07.2013

Okay, so I'm very very new to scripting anything, but I'm trying to learn, and I come to you with this a question regarding an issue I am having while trying to setup a log-in system using YSI.

I followed this tutorial and I put the file from here into my pawno/includes and it still gives me
Код:
fatal error 100: cannot read from file: "YSI\y_ini"
when I try to compile the script and I'm not sure why.

Any help is greatly appreciated.

Thanks!


Re: YSI Login System Help - Vanter - 28.07.2013

Well, install YSI correctly.
make sure you
--copy the .inc file to /pawno/includes and add
pawn Код:
#include <YSI_y_ini>
on top of the script


Re: YSI Login System Help - PrinceKumar - 28.07.2013

Again try to include y_ini file into ur pawno includes ysi folder and then try to compile


Re: YSI Login System Help - ronbobman - 28.07.2013

I've tried using the pawn code:
Quote:

#include <YSI_y_ini>

as well as the pawn code:
Quote:

#include <YSI\y_ini>

neither of them seem to work, this is the full error message I am getting
C:\Users\Desktop\SA-MP Server\gamemodes\test.pwn(1) : fatal error 100: cannot read from file: "YSI_y_ini"

Also, I'm pretty sure I've installed YSI correctly, I extracted the YSI-master to my pawno > includes and just left it there, is there something else I should add like a YSI folder inside pawno > includes and extract YSI-master to the YSI folder?


Re: YSI Login System Help - ronbobman - 28.07.2013

Bump.


Re: YSI Login System Help - San1 - 29.07.2013

Make Sure ur using the Pawno from the Pawno Folder with the Server Files you are gonna Use


Re: YSI Login System Help - ronbobman - 29.07.2013

I got it to work, but thanks everyone.