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
#2

Hello!

Why do you use SetSkinPlayer[playerid]?


- Mencent
Reply
#3

Quote:
Originally Posted by Mencent
Посмотреть сообщение
Hello!

Why do you use SetSkinPlayer[playerid]?


- Mencent
what i should Use Bro?
Reply
#4

If you want to the skin for you, you should use playerid.

- Mencent
Reply
#5

(playerid,modelid);
Reply
#6

Quote:
Originally Posted by Mencent
Посмотреть сообщение
Hello!

Why do you use SetSkinPlayer[playerid]?


- Mencent
Quote:
Originally Posted by liquor
Посмотреть сообщение
(playerid,modelid);
READY
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)