[Pedido] Escudo
#2

pawn Код:
new Equipamentos[MAX_PLAYERS];
pawn Код:
if(!strcmp(cmdtext,"/escudo",true))
{
    if(IsACop(playerid)) // << ORg escolhida a minha e isacop
    {
        if(Equipamentos[playerid] == 1)
        {
            RemovePlayerAttachedObject(playerid,3);
            Equipamentos[playerid] = 0;
            return 1;
        }
        if(Equipamentos[playerid] == 0)
        {
            SetPlayerAttachedObject(playerid,3,18637,13,0.35,0.0,0.0,0.0,0.0,180.0);
            SendClientMessage(playerid,COR,"Escudo Ativado !"); //Troque a COR por alguma cor do teu serve
            Equipamentos[playerid] = 1;
            return 1;
        }
    }
    else
    {
        SendClientMessage(playerid,COR,"Vocк nгo й um COP.");
    }
    return 1;
}
Reply


Messages In This Thread
Escudo - by Delete_ - 01.05.2011, 04:31
Re: [PEDIDO] Escudo - by Jorge_Hard - 01.05.2011, 05:02
Re: [PEDIDO] Escudo - by [AF]Junior - 01.05.2011, 05:08
Re: [PEDIDO] Escudo - by JonathanFeitosa - 01.05.2011, 14:25
Re: [PEDIDO] Escudo - by Shadoww5 - 01.05.2011, 14:31
Re: [PEDIDO] Escudo - by Macintosh - 01.05.2011, 14:33
Re: [PEDIDO] Escudo - by Shadoww5 - 01.05.2011, 14:42
Re: [PEDIDO] Escudo - by Delete_ - 01.05.2011, 14:50
Re: [PEDIDO] Escudo - by Katros - 01.05.2011, 15:11
Re: [PEDIDO] Escudo - by dEvasT._ - 24.07.2012, 15:55

Forum Jump:


Users browsing this thread: 1 Guest(s)