[Pedido] Ajuda com comando...
#2

seria isso amigo?
pawn Код:
command(comando, playerid, params [])
{
    new id, string[24];
    if(sscanf(params, "ds[24]", id, string)) return false;
    if(!IsPlayerConnected(id)) return false;
    if(!strcmp(string, "FT", true))
    {
        SetPlayerSkin(playerid, 267);
        return true;
    }
    if(!strcmp(string, "ROCAM", true))
    {
        SetPlayerSkin(playerid, 266);
        return true;
    }
    return true;
}
Reply


Messages In This Thread
Ajuda com comando... - by davi54723 - 13.02.2014, 21:17
Re: Ajuda com comando... - by Axll - 13.02.2014, 21:23
Re: Ajuda com comando... - by davi54723 - 13.02.2014, 21:28
Re: Ajuda com comando... - by davi54723 - 13.02.2014, 21:40
Re: Ajuda com comando... - by Axll - 13.02.2014, 21:41
Re: Ajuda com comando... - by davi54723 - 13.02.2014, 21:47
Re: Ajuda com comando... - by Axll - 13.02.2014, 21:51
Re: Ajuda com comando... - by davi54723 - 13.02.2014, 22:06
Re: Ajuda com comando... - by Axll - 13.02.2014, 22:08
Re: Ajuda com comando... - by davi54723 - 13.02.2014, 23:39

Forum Jump:


Users browsing this thread: 1 Guest(s)