SA-MP Forums Archive
Reading with 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Reading with Y_Ini. (/showthread.php?tid=255454)



Reading with Y_Ini. - Shelby - 15.05.2011

Is there some way of make reading with Y_ini? Like this:

Код:
if(strcmp(INI_String(file[], key[])), "test", true) == 0) SendClientMessage(playerid, -1, "Success.");
To compare a string of a file with another string.


Re: Reading with Y_Ini. - StilThere - 15.05.2011

There no function like that yet in Y_ini but you can make a stock which does that exact thing.


Re: Reading with Y_Ini. - Shelby - 15.05.2011

Can you help me with that?
I'm really trying to make it, but I'm not being able to make.