[Ajuda] Headshot mata atй com soco
#1

O comando headshot mata com todas as armas alguem me ajuda ?

Code:
public HeadShot()
{
    new
        index;
    for(new playerid; playerid < maxPlayers; playerid++)
    {
        if(IsPlayerConnected(playerid))
        {
            index = GetPlayerAnimationIndex(playerid);
            if(index == 1173 || index == 1175 || index == 1177 || index == 1178)
            {
                SetPVarInt(playerid, "Headshot", 1);
                SetPlayerHealth(playerid, 0);
            }
        }
    }
    return 1;
}
Reply
#2

Ajuda ae pfv
Reply
#3

Creio que nгo hб como definir um tipo de arma, para poder a funзгo do HeadShot seja Aplicada. :\

UP
Reply
#4

Checa se foi com a sniper, caso contrбrio retorna.
Reply
#5

Nгo intendi
Reply
#6

pawn Code:
public HeadShot()
{
    new
        index;
    for(new playerid; playerid < maxPlayers; playerid++)
    {
        if(IsPlayerConnected(playerid))
        {
            if(GetPlayerWeapon(playerid) == 34)
            {
                index = GetPlayerAnimationIndex(playerid);
                if(index == 1173 || index == 1175 || index == 1177 || index == 1178)
                {
                    SetPVarInt(playerid, "Headshot", 1);
                    SetPlayerHealth(playerid, 0);
                }

            }
        }
    }
    return 1;
}
Abraзos.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)