Armor Problem
#1

Hello, i have the Problem that sometimes when a Player hit a Player there have Armour, the Armour refill automatic, can everyone say me how to fix that?

Here the OnPlayerTakeDamage with the Armour:

Код:
new Float:armour;
        GetPlayerArmour(playerid,armour);
Код:
if(armour > 0.0)
                {
                    SetPlayerArmour(playerid,armour-50.0);
                }
Reply


Messages In This Thread
Armor Problem - by Blackazur - 15.12.2012, 20:38
Re: Armor Problem - by willsuckformoney - 15.12.2012, 20:42
AW: Armor Problem - by Blackazur - 15.12.2012, 20:43
Re: Armor Problem - by park4bmx - 15.12.2012, 21:00
Re: Armor Problem - by maramizo - 15.12.2012, 22:25

Forum Jump:


Users browsing this thread: 1 Guest(s)