Player file not saving
#1

Код:
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 ?
Reply
#2

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
Reply
#3

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.
Reply
#4

Yes i also need help!
Reply
#5

If you're using Linux, type
Код:
chmod 777 Players ; chmod 777 Users
inside the GM folder.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)