public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart) { new Float:hp; if(weaponid == 54) GetPlayerHealth(playerid, hp), hp+=amount, SetPlayerHealth(playerid, hp); return 1; }