Password Fail
#9

Ehm, try instead of '{key}={value}' this: '{value} {key}'.
Example:

Код:
format(var, 32, "%d pAdmin", PlayerInfo[playerid][pAdmin]);
instead of
Код:
format(var, 32, "pAdmin=%d", PlayerInfo[playerid][pAdmin]);
I ever had an gamemode (frpg / slrpg) that had '%d pAdmin'. This system (script) looks the same as that login system (slrpg). So try that :P

And also,
Код:
new File: hFile = fopen(string3, io_write);
For making that file, try using "io_append" , and not "io_write". Maybe that'll help too
Reply


Messages In This Thread
Password Fail - by =WoR=Bruno - 18.01.2011, 19:10
Re: Password Fail - by Calgon - 18.01.2011, 19:15
Re: Password Fail - by =WoR=Bruno - 18.01.2011, 19:19
Re: Password Fail - by Calgon - 18.01.2011, 19:21
Re: Password Fail - by =WoR=Bruno - 18.01.2011, 19:24
Re: Password Fail - by Calgon - 18.01.2011, 19:26
Re: Password Fail - by Kwarde - 18.01.2011, 19:28
Re: Password Fail - by =WoR=Bruno - 18.01.2011, 19:34
Re: Password Fail - by Kwarde - 19.01.2011, 04:41
Re: Password Fail - by Think - 19.01.2011, 07:11

Forum Jump:


Users browsing this thread: 2 Guest(s)