Help me |+2rep | - 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: Help me |+2rep | (
/showthread.php?tid=542527)
Help me |+2rep | -
AYOUYOU - 19.10.2014
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
Re: Help me |+2rep | -
AYOUYOU - 19.10.2014
Please Guys
Re: Help me |+2rep | -
Crayder - 19.10.2014
try with a \ instead of /
Re: Help me |+2rep | -
AYOUYOU - 19.10.2014
What you Mean?
Respuesta: Help me |+2rep | -
!R1Ch@rD! - 19.10.2014
You have created the folder Players? where the account is kept?
Re: Help me |+2rep | -
Crayder - 20.10.2014
#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...
Re: Help me |+2rep | -
sagoza - 20.10.2014
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...
Re: Help me |+2rep | -
Spanes - 20.10.2014
Show us your register command.