Help me |+2rep |
#1

Guys Help
ican't Fined Info For Players
When i have Login To My Server he Say
i Have This
Код:
#define Player_File "Players/%s.ini"
This Is Server Log
Код:
[15:50:25] Incoming connection: 41.137.23.60:46636
[15:50:31] Incoming connection: 41.137.23.60:38041
[15:50:33] [join] Ayouyou has joined the server (1:41.137.23.60)
[15:50:37] *** YSI Error: INI_Open could not find or create file Players/Ayouyou.ini
[15:51:01] *** YSI Error: INI_Open could not find or create file Players/Ayouyou.ini
[15:51:01] [part] Ayouyou has left the server (1:1)
In Filzila I have Do That
Help Please
Reply
#2

Please Guys
Reply
#3

try with a \ instead of /
Reply
#4

What you Mean?
Reply
#5

You have created the folder Players? where the account is kept?
Reply
#6

#define Player_File "Players/%s.ini"

to

#define Player_File "Players\%s.ini"

This has been an issue before for me, it's the way Y-Ini controls file paths i guess...
Reply
#7

Serious advice, start learning MySQL, its way easier if you start right now, than using "ini", ini is for other things, minor things, in player info, its better to use a database, more ease of mind when changing things, and saving...
Reply
#8

Show us your register command.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)