26.01.2018, 06:54
what's the value of PlayerInfo[playerid][PlayerPass]? I bet its 0
you had to do that when you show dialog login so PlayerInfo[playerid][PlayerPass] would get loaded.
or just make a new loader just to load that.
PHP код:
INI_ParseFile(AccountsPath(playerid), "LoadPlayer_%s", .bExtra = true, .extra = playerid);
or just make a new loader just to load that.