saveSkin Problem
#1

Hi guys
i have A Problem in saveSkin bcz he don't want saving

i want save Skin from this
Код:
    if(checkpointid == Checkpoint[2])
    {
	   ShowModelSelectionMenu(playerid, SkinList, "Select Skin");
	   return 0;
	}
Код:
public OnPlayerModelSelection(playerid, response, listid, modelid)
{
    if(listid == SkinList)
    {
        if(response)
        {
            SetPlayerSkin(SetSkinPlayer[playerid], modelid);
        }
        return 1;
    }
Hope help me and thanks
Reply


Messages In This Thread
saveSkin Problem - by anassmaroc - 24.07.2015, 10:54
AW: saveSkin Problem - by Mencent - 24.07.2015, 10:56
Re : AW: saveSkin Problem - by anassmaroc - 24.07.2015, 10:58
AW: saveSkin Problem - by Mencent - 24.07.2015, 10:59
Re: saveSkin Problem - by liquor - 24.07.2015, 12:00
Re : Re: saveSkin Problem - by anassmaroc - 24.07.2015, 12:03

Forum Jump:


Users browsing this thread: