Is there a quicker way of doing this ?
#3

Quote:
Originally Posted by Cjgogo
Посмотреть сообщение
Are you checking all skins possible in SA world?:O,ok lol.Yes there is a faster way:

pawn Код:
SetPlayerSkin(playerid,clothes);
And for the last time use PAWN tags,please.(IN FORUM,when you paste in the box instead of code and /code use pawn and /pawn please)
So would it be something like this


pawn Код:
if(dialogid == DIALOG_BUYCLOTHES)
    {
        if(response)
        {
            new clothes = strval(inputtext);
                if(clothes == 1)
                        if(clothes == 2)
                        if(clothes == 3)
                {
                    SetPlayerSkin(playerid, clothes);
                    SaveAccountStats(playerid);
                    SendClientMessage(playerid, COLOR_GOLD, "Skin changed");
                    }
        }
 }
 }
 }
Reply


Messages In This Thread
Is there a quicker way of doing this ? - by Scripter12345 - 04.04.2012, 16:34
Re: Is there a quicker way of doing this ? - by Cjgogo - 04.04.2012, 16:41
Re: Is there a quicker way of doing this ? - by Scripter12345 - 04.04.2012, 16:46
Re: Is there a quicker way of doing this ? - by Scripter12345 - 04.04.2012, 17:07
Re: Is there a quicker way of doing this ? - by IstuntmanI - 04.04.2012, 17:10

Forum Jump:


Users browsing this thread: 1 Guest(s)