One sound id. - 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: One sound id. (
/showthread.php?tid=529532)
One sound id. -
Banditukas - 02.08.2014
Hi,
I need that sound which i very hard to find that's why i'am asking for you that anybody can say what it of sound is when you are swimming and you press key_fire.
Re: One sound id. -
Clad - 02.08.2014
https://sampwiki.blast.hk/wiki/SoundID
Re: One sound id. -
Juvanii - 02.08.2014
Quote:
Originally Posted by Clad
|
are you kidding?
Re: One sound id. -
Banditukas - 02.08.2014
Every can say this i ask for a specific sound..
Respuesta: One sound id. -
Zume - 02.08.2014
Possible:
SOUND_PED_HIT_WATER_SPLASH - 1144
FLINT WATER - 2047
Re: One sound id. -
Banditukas - 02.08.2014
Flint water police radio sound just say that in words. Water splash is well but it'is only that sound then player hit to water when he jump.
Re: One sound id. -
Banditukas - 03.08.2014
UP THREAD.
Re: One sound id. -
Rifa4life - 03.08.2014
I doubt that anyone will know the ID of the sound you are looking for, especially given that you didn't really say which sound you mean. It could have been the diving sound, CJ gasping air sound, god knows what else.
What you can do to actually find it is the following:
pawn Код:
CMD:testsound(playerid, cmdtext[])
{
if(IsPlayerConnected(playerid))
{
new sound_id;
if (sscanf(cmdtext, "d", sound_id)) return SCM(playerid, "Usage: /testsound [UID]"), 1;
PlayerPlaySound(playerid, sound_id , 0.0, 0.0, 0.0);
}
return 1;
}
Sound IDs can be found in the
AudioEvents.txt file, probably here:
Quote:
C:\Program Files\Rockstar Games\GTA San Andreas\data
|
Re: One sound id. -
Banditukas - 03.08.2014
I know but there is very a lot of sound to search every thing