SA-MP Forums Archive
[HELP] Hitsounds - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Hitsounds (/showthread.php?tid=130097)



[HELP] Hitsounds - NitroSWA - 25.02.2010

Eyy,
i was wondering if its possible to make hitsounds in samp
( a sound if u hit some1 that u know u hit him )

if its possible or do u have it Can i have ??


Re: Hit sounds - [03]Garsino - 25.02.2010

PlayerPlaySound(playerid, 1130, X, Y, Z);
PlayerPlaySound(playerid, 1135, X, Y, Z);
PlayerPlaySound(playerid, 1136, X, Y, Z);
PlayerPlaySound(playerid, 1085, X, Y, Z);


Re: Hit sounds - NitroSWA - 25.02.2010

Quote:
Originally Posted by [03
Garsino ]
PlayerPlaySound(playerid, 1130, X, Y, Z);
PlayerPlaySound(playerid, 1135, X, Y, Z);
PlayerPlaySound(playerid, 1136, X, Y, Z);
PlayerPlaySound(playerid, 1085, X, Y, Z);
but how it checks when u hit some1 else?