Sound when shooting - 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: Sound when shooting (
/showthread.php?tid=438049)
Sound when shooting -
Blackazur - 18.05.2013
Hello guys, what is the sound id when you shoot an player that you hear then an beep sound?
AW: Sound when shooting -
HurtLocker - 18.05.2013
what beep sound? When you shoot at a player you hear the tatatata sound
Re : Sound when shooting -
Rayan_black - 18.05.2013
Use this:
pawn Код:
PlayerPlaySound(playerid,17802,0.0,0.0,0.0);
AW: Sound when shooting -
Blackazur - 18.05.2013
@Rayan_black Thanks and under which public should i add that?
Re : Sound when shooting -
Rayan_black - 18.05.2013
OnPlayerTakeDamage.