Quote:
Originally Posted by Lokii
You could just make it yourself
PHP Code:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart) { if(issuerid != 0xFFFF && GetPlayerWeapon(issuerid) > 21 && bodypart == 9) { SetPlayerHealth(playerid, 0.0); } return 0; }
|
GetPlayerWeapon(issuerid) != weaponid