Double damage
#1

Hi,

I want to make when player shoot to player it takes double damage i do like that

Код:
OnPlayerTakeDamage( .. )
{
new Float:HHH;
GetPlayerHealth( playerid, HHH );
SetPlayerHealth( playerid, HHH-amount );
}
I set player health with getplayerhealth and -amount how much damage was made.
Reply


Messages In This Thread
Double damage - by ScIrUsna - 13.04.2016, 11:52
Re: Double damage - by Godey - 13.04.2016, 12:08

Forum Jump:


Users browsing this thread: 1 Guest(s)