24.07.2015, 10:54
Hi guys
i have A Problem in saveSkin bcz he don't want saving
i want save Skin from this
Hope help me and thanks
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;
}


