24.03.2015, 03:19
So, i'm in this script, and every time the player relogs, the password says it's incorrect. I go in the scriptfiles, and the password is = to a bunch of numbers. So, if anyone could help me / tell me what lines or something to post, I can.
This is the line where it loads the password/account from:
This is what my Scriptfiles folder looks like.
Scriptfiles > Folder(Logs) Folder(Users) Notepad(Ban)
In Users, I click on my name which I registered with, it says this:
[Data]
Password = 419103658
Cash = 5000
Admin = 0
Kills = 0
Deaths = 0
Muted = 0
Banned = 0
ReportBanned = 0
PlayingHours = 0
LSPD = 0
but, that's not my password, and when I relog, those numbers don't work, or the password that I registered with before. So, any help please?
This is the line where it loads the password/account from:
Код:
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid); ShowPlayerDialog(playerid,20,DIALOG_STYLE_PASSWORD,"Login","{24FF0A}Welcome to Gangwar Deathmatch.\n"MSG_WHITE"Please enter your password, to ensure your time on GW:DM!\n{24FF0A}Current Version: GW:DM v1.0!\n{FF9900}Enjoy your stay!","Login","Exit");
Scriptfiles > Folder(Logs) Folder(Users) Notepad(Ban)
In Users, I click on my name which I registered with, it says this:
[Data]
Password = 419103658
Cash = 5000
Admin = 0
Kills = 0
Deaths = 0
Muted = 0
Banned = 0
ReportBanned = 0
PlayingHours = 0
LSPD = 0
but, that's not my password, and when I relog, those numbers don't work, or the password that I registered with before. So, any help please?