22.02.2013, 10:47
I made this:
When player attacks the player normally it works and with gun no.. it just kills the player
Код:
public OnPlayerGiveDamage(playerid, damagedid, Float:amount, weaponid) { if(PlayerIsWounded(damagedid)) { SetPlayerHealth(damagedid, 20); } return 1; }