inputtext doesn't save
#1

Well, im trying to make regular registration system into dialogs and got this in Ondialogrespond

pawn Код:
OnPlayerRegister(playerid, tmp);
    SendClientMessage(playerid, COLOR_WHITE, "[HINT]: Type (/login <password>) to log in.");
    SetPVarInt(playerid, "PlayerAccount", 1);
    strmid(PlayerInfo[playerid][pPassword], tmp, 0, strlen(inputtext), 255);
    OnPlayerDataSave(playerid);
It compile with out errors, but IG, OnPlayerRegister works and saves all the variables, but it doesnt save the password, OnPlayerDatasave dunno what's that, also i can login with any password
Reply


Messages In This Thread
inputtext doesn't save - by Jaber_Brown - 29.08.2012, 09:45
Re : inputtext doesn't save - by Jaber_Brown - 29.08.2012, 09:56
Re: inputtext doesn't save - by Misiur - 29.08.2012, 10:28
Re : inputtext doesn't save - by Jaber_Brown - 29.08.2012, 11:01
Re : inputtext doesn't save - by Jaber_Brown - 29.08.2012, 11:13

Forum Jump:


Users browsing this thread: 1 Guest(s)