Player file not saving - 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: Player file not saving (
/showthread.php?tid=437971)
Player file not saving -
Fastrack - 18.05.2013
Код:
Incoming connection: *.*.*.*:*
[join] xxx_yyy has joined the server (0:*.*.*.*)
*** YSI Error: INI_Open could not find or create file GM/Players/Position-Saver/xxx_yyy.ini
*** YSI Error: INI_Open could not find or create file GM/Users/xxx_yyy.ini
How can I solve it ? Or where should I check ?
Re: Player file not saving -
Threshold - 18.05.2013
This means you have not created the folder/file in script files. If it cannot create the file, it normally means you are missing a folder, because you cannot normally create new directories with pawn scripts.
So basically, to fix this error, you need to go into 'scriptfiles'. Then create a new folder/directory called 'Players' and a new directory called 'Users' inside 'scriptfiles' as well. Once those two are created, you need to go into your 'Players' directory and create a new folder/directory called 'Position-Saver'. I would recommend you also create any other directories you use in your script, so you don't get any future errors. Hopefully, you are different from most posters, and you know how to create a new folder/directory. 0_0
Re: Player file not saving -
Fastrack - 18.05.2013
I am not so beginner in those. I can understand it.
I have the folder on the required path. But still it shows me the same error.
Re: Player file not saving -
Iloveimpulse - 09.08.2014
Yes i also need help!
Re: Player file not saving -
SKAzini - 09.08.2014
If you're using Linux, type
Код:
chmod 777 Players ; chmod 777 Users
inside the GM folder.