18.09.2011, 20:03
This is more of a snippet then a include. All you need to do is tell them to add
to their scripts. Anyway, it's a good idea.
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
{
if(weaponid == 34) SetPlayerHealth(playerid, 0);
return 1;
}