Little help :)
#2

pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
{
    if(pTeam[issuerid] == pTeam[playerid])
    {
        new Float:health,Float:Armour;
        GetPlayerHealth(playerid,health);
        GetPlayerArmour(playerid,Armour);
        SetPlayerHealth(playerid,health);
        SetPlayerArmour(playerid,Armour);
        return 1;    
    }
}
try this
Reply


Messages In This Thread
Deleted. - by iFiras - 13.10.2013, 06:50
Re: Little help :) - by newbie scripter - 13.10.2013, 06:57
Respuesta: Little help :) - by RafaelZam - 13.10.2013, 06:58
Deleted. - by iFiras - 13.10.2013, 07:09

Forum Jump:


Users browsing this thread: 1 Guest(s)