02.03.2015, 14:56
Something simple.
If that's not the sound you're looking for then search it here: https://sampwiki.blast.hk/wiki/SoundID.
PHP код:
public OnPlayerTakeDamage ( playerid, issuerid, Float:amount, weaponid, bodypart ) {
// I don't believe that's the sound ID for the sound you're looking for.
PlayerPlaySound(playerid, 1095, 0.0, 0.0, 0.0);
PlayerPlaySound(issuerid, 1095, 0.0, 0.0, 0.0);
return 1;
}