[Pedido] /setfarda
#2

pawn Код:
CMD:setfarda(playerid, params[])
{
    new OutroJogador, skinid;
    if(PlayerInfo[playerid][pLider] == 1)
    {
        if(Level != 280 && Level != 281 && Level != 266 && Level != 267 && Level != 285)
        {
            SendClientMessage(playerid, COLOR_GREY, "Voce so pode setar essas skins IDS: 280, 281, 266, 267, 285");
            return 1;
        }
        if (sscanf(params, "ud", OutroJogador, skinid)) SendClientMessage(playerid, -1, "Correto: /setfarda [id] [skin id]");
        else
        {
            SetPlayerSkin(OutroJogador,skinid);
        }
    }
    return 1;
}
Quote:
Originally Posted by maikons08
Посмотреть сообщение
mas eu queria q sу pude-se dar o comando com a skin 265 se fosse de pLider em pLider, tem como?
Essa parte nгo entendi, explica melhor ai.
Reply


Messages In This Thread
/setfarda - by maikons08 - 02.09.2013, 01:21
Re: /setfarda - by Nill.Oliveira - 02.09.2013, 06:16
Re: /setfarda - by maikons08 - 02.09.2013, 06:34

Forum Jump:


Users browsing this thread: 1 Guest(s)