SOUND_ID 1144 Doesn't play nothing
#1

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))
Reply


Messages In This Thread
SOUND_ID 1144 Doesn't play nothing - by Caupo - 06.03.2013, 23:55
Re: SOUND_ID 1144 Doesn't play nothing - by MP2 - 06.03.2013, 23:57

Forum Jump:


Users browsing this thread: 1 Guest(s)