SA-MP Forums Archive
DM Bell - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: DM Bell (/showthread.php?tid=458071)



DM Bell - Tomix - 14.08.2013

Hello I was wondering how can I add the DM bell when shooting a player.


Re: DM Bell - Edix - 14.08.2013

pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
{
    PlayerPlaySound(issuerid,17802,0.0,0.0,0.0);
    return 1;
}
Enjoy