y_ini not saving data - 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 not saving data (
/showthread.php?tid=649177)
y_ini not saving data -
JamesW61 - 04.02.2018
The problem is y_ini is not saving data. It creates the username.ini, but doesn't do anything in it. On localhost it works fine, but on the VPS it's totally fucked.
Re: y_ini not saving data -
wallen - 04.02.2018
I've had this exact problem, the only way is to get a MySQL saving system nowadays, professional, decent, quick, and faster than ever.
Follow this tutorial:
https://sampforum.blast.hk/showthread.php?tid=627520
Re: y_ini not saving data -
iKarim - 04.02.2018
Quote:
Originally Posted by Wallenstein111
|
Or SQLite.
Re: y_ini not saving data -
Hayden_Almeida - 23.07.2018
Quote:
Originally Posted by JamesW61
The problem is y_ini is not saving data. It creates the username.ini, but doesn't do anything in it. On localhost it works fine, but on the VPS it's totally fucked.
|
You solve this problem?
Re: y_ini not saving data -
Exhibit - 23.07.2018
Quote:
Originally Posted by JamesW61
The problem is y_ini is not saving data. It creates the username.ini, but doesn't do anything in it. On localhost it works fine, but on the VPS it's totally fucked.
|
Mostly people use linux which is case sensitive check the folder in the script if the userpath is "Users" name it "Users" and not "users".