23.10.2012, 14:31
Put this under OnPlayerTakeDamage
Код:
new Float:HP; GetPlayerHealth(playerid, HP); if(weaponid == change) SetPlayerHealth(playerid, HP-change); // change this to the weapon ID you want and how much health it will take from the other player per hit. return 1;