SOUND_ID 1144 Doesn't play nothing - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (
https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: SOUND_ID 1144 Doesn't play nothing (
/showthread.php?tid=420819)
SOUND_ID 1144 Doesn't play nothing -
Caupo - 06.03.2013
Here I was exploring Sound ID's and I needed this sound:
SOUND_PED_HIT_WATER_SPLASH 1144
for my fishing feature, but after I tested the sound with my sound testing CMD it didn't play any sound atleast not for me. Other sounds so far have played well.
Код:
CMD:playsound(playerid, params[])
{
if (IsPlayerAdminLvl(playerid, 2))
{
new soundid;
if (sscanf(params, "i", soundid))
{
HowToUse(playerid, "/playsound [SOUND ID]");
}
else
{
PlayerPlaySound(playerid, soundid, 0, 0 ,0);
}
}
return 1;
}
Not a big or major bug, but still would be grate if that sound works too.
((When I jump to water I hear the splash))
Re: SOUND_ID 1144 Doesn't play nothing -
MP2 - 06.03.2013
Many don't.