22.03.2014, 21:45
fiz um sistema de head shot porem tem ant tk sу que os cara ta matando quem й do mesmo time de hs tentei faze um esquema e nгo deu certo...
pawn Code:
if(GetPlayerTeam(playerid) == GetPlayerTeam(damagedid))
{
if(weaponid == 34 || bodypart == 9)
{
if(nox1[playerid] == 0 && nox1[damagedid] == 0)
{
new Float:Armour1;
GetPlayerArmour(damagedid, Armour1);
SetPlayerArmour(damagedid, Armour1);
new Float:Health1;
GetPlayerHealth(damagedid, Health1);
SetPlayerHealth(damagedid, Health1);
return 0;
}
}
}