Registration/login bug
#10

Under onplayerdisconnect
Код:
 new INI:File = INI_Open(UserPath(playerid));
    INI_SetTag(File,"data");
    INI_WriteInt(File,"Cash",GetPlayerMoney(playerid));
    INI_WriteInt(File,"Admin",PlayerInfo[playerid][pAdmin]);
    INI_WriteInt(File,"Age",PlayerInfo[playerid][pAge]);
    INI_WriteInt(File,"Sex", PlayerInfo[playerid][pSex]);
    INI_WriteInt(File,"Skin", PlayerInfo[playerid][pSkin]);
    INI_WriteInt(File,"Location", PlayerInfo[playerid][pLocation]);
    INI_Close(File);
Код:
forward LoadUser_data(playerid,name[],value[]);
public LoadUser_data(playerid,name[],value[])
{
    INI_Int("Password",PlayerInfo[playerid][pPass]);
    INI_Int("Cash",PlayerInfo[playerid][pCash]);
    INI_Int("Admin",PlayerInfo[playerid][pAdmin]);
    INI_Int("Sex", PlayerInfo[playerid][pSex]);
    INI_Int("Age",PlayerInfo[playerid][pAge]);
    INI_Int("Skin", PlayerInfo[playerid][pSkin]);
    INI_Int("Location", PlayerInfo[playerid][pLocation]);
    return 1;
}
Reply


Messages In This Thread
Registration/login bug - by Deny1 - 23.07.2015, 15:47
Re: Registration/login bug - by Deny1 - 23.07.2015, 16:06
Re: Registration/login bug - by xVIP3Rx - 23.07.2015, 16:16
Re: Registration/login bug - by Deny1 - 23.07.2015, 16:25
Re: Registration/login bug - by xVIP3Rx - 23.07.2015, 16:28
Re: Registration/login bug - by Deny1 - 23.07.2015, 16:30
Re: Registration/login bug - by Deny1 - 23.07.2015, 16:33
Re: Registration/login bug - by Deny1 - 23.07.2015, 16:50
Re: Registration/login bug - by xVIP3Rx - 23.07.2015, 16:56
Re: Registration/login bug - by Deny1 - 23.07.2015, 16:59

Forum Jump:


Users browsing this thread: 2 Guest(s)