One sound id.
#1

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.
Reply
#2

https://sampwiki.blast.hk/wiki/SoundID
Reply
#3

Quote:
Originally Posted by Clad
Посмотреть сообщение
are you kidding?
Reply
#4

Every can say this i ask for a specific sound..
Reply
#5

Possible:

SOUND_PED_HIT_WATER_SPLASH - 1144
FLINT WATER - 2047
Reply
#6

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.
Reply
#7

UP THREAD.
Reply
#8

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

Reply
#9

I know but there is very a lot of sound to search every thing
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)