Skin not saving
#8

now is only chage their this callback

pawn Код:
public OnPlayerModelSelection(playerid, response, listid, modelid)
{
    if(listid == skinlist)
    {
        if(response)
        {
            SendClientMessage(playerid, 0xFF0000FF, "Your has been changed!");
            SetPlayerSkin(playerid, modelid);
            dUserSetINT(PlayerName(playerid)).("skin",modelid);
            PlayerInfo[playerid][Skin] = modelid;
        }
        else SendClientMessage(playerid, 0xFF0000FF, "Canceled skin selection");
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
Skin not saving - by xdarren - 12.10.2013, 14:31
Re: Skin not saving - by PT - 12.10.2013, 15:32
Re: Skin not saving - by xdarren - 12.10.2013, 15:34
Re: Skin not saving - by PT - 12.10.2013, 15:40
Re: Skin not saving - by xdarren - 12.10.2013, 15:50
Re: Skin not saving - by PT - 12.10.2013, 15:53
Re: Skin not saving - by xdarren - 12.10.2013, 15:56
Re: Skin not saving - by PT - 12.10.2013, 16:21
Re: Skin not saving - by xdarren - 12.10.2013, 17:26
Re: Skin not saving - by iFiras - 12.10.2013, 20:09

Forum Jump:


Users browsing this thread: 2 Guest(s)