SA-MP Forums Archive
Y_INI save Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Y_INI save Problem (/showthread.php?tid=550653)



Y_INI save Problem - RacyLeon - 14.12.2014

Код:
[11:59:31] Incoming connection: 192.168.1.104:58603
[11:59:31] [join] RacyLeon has joined the server (0:192.168.1.104)
[11:59:35] *** YSI Error: INI_Open could not find or create file /UsersRacyLeon_ini/
[11:59:38] *** YSI Error: INI_Open could not find or create file /Users/RacyLeon_ini/
[11:59:38] [part] RacyLeon has left the server (0:1)
Help guys can anyone help me with this problem?


Re: Y_INI save Problem - RacyLeon - 14.12.2014

Could anyone answer this stuff?


Re: Y_INI save Problem - BroZeus - 14.12.2014

It should be
Quote:

/UsersRacyLeon.ini
/Users/RacyLeon.ini

You have to use . not a _
Make the necessary changes in ur script and recompile it


Re: Y_INI save Problem - RacyLeon - 14.12.2014

well that helps a little so + Reputation for you, but that is not the thing i just had done.

mine works and mine is like this:
Код:
/Users/Racyleon.TXD



Re: Y_INI save Problem - Danish7 - 15.12.2014

Код:
*** YSI Error: INI_Open could not find or create file Scriptfiles/Users/Danish.ini

*** YSI Error: INI_Open could not find or create file Scriptfiles/ServerStats.ini
get this while running any help?
Any1 help me here please.
+rep helper!


Re: Y_INI save Problem - Michael B - 15.12.2014

Replace the:

Код:
Scriptfiles/Users/Danish.ini
With:

Код:
/Users/Danish.ini
,

as it will get automatically the files from the scriptfiles folder.