[Pedido] Comando /prender
#9

Acho que й isso.
pawn Код:
CMD:desprender(playerid, params[])
{
    new ID;
    if (sscanf(params, "uis[128]", ID)) SendClientMessage(playerid, 0xFF0000AA, "/desprender [id]");
    if(IsPlayerAdmin(playerid))
    {
    ClearAnimations(ID);
    RemovePlayerAttachedObject(ID, 4);
    }
    return 1;
}
Reply


Messages In This Thread
Comando /prender - by GuiihCamargo - 18.01.2014, 01:53
Re: Comando /prender - by JonathanFeitosa - 18.01.2014, 01:59
Re: Comando /prender - by GuiihCamargo - 18.01.2014, 03:21
Re: Comando /prender - by Gii - 18.01.2014, 03:23
Re: Comando /prender - by JonathanFeitosa - 18.01.2014, 03:43
Re: Comando /prender - by GuiihCamargo - 18.01.2014, 23:02
Re: Comando /prender - by CharlieBrown - 18.01.2014, 23:05
Re: Comando /prender - by GuiihCamargo - 18.01.2014, 23:56
Re: Comando /prender - by CharlieBrown - 19.01.2014, 00:13
Re: Comando /prender - by Gii - 19.01.2014, 04:08

Forum Jump:


Users browsing this thread: 1 Guest(s)