05.05.2012, 02:54
I'm an idiot. Forgot to post the LoadUser_data code.
EDIT:
================================================== ========================
I've added a debug message on the LoadUser_data callback. Console printed nothing so I'm guessing it's not calling the LoadUser_data function.
pawn Код:
public LoadUser_data(playerid, name[], value[])
{
INI_String("Password", PlayerInfo[playerid][pPass], 129);
return 1;
}
================================================== ========================
I've added a debug message on the LoadUser_data callback. Console printed nothing so I'm guessing it's not calling the LoadUser_data function.