20.06.2014, 19:03
PHP код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid)
{
if(damagedid != INVALID_PLAYER_ID)
{
PlayerPlaySound(playerid,17802,0.0,0.0,0.0); //Quem Atirou
PlayerPlaySound(damagedid,17802,0.0,0.0,0.0); //Quem tomou o tiro
}
return 1;
}