One sound id.
#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


Messages In This Thread
One sound id. - by Banditukas - 02.08.2014, 19:02
Re: One sound id. - by Clad - 02.08.2014, 19:13
Re: One sound id. - by Juvanii - 02.08.2014, 19:30
Re: One sound id. - by Banditukas - 02.08.2014, 20:40
Respuesta: One sound id. - by Zume - 02.08.2014, 20:48
Re: One sound id. - by Banditukas - 02.08.2014, 20:53
Re: One sound id. - by Banditukas - 03.08.2014, 13:20
Re: One sound id. - by Rifa4life - 03.08.2014, 14:48
Re: One sound id. - by Banditukas - 03.08.2014, 18:35

Forum Jump:


Users browsing this thread: 1 Guest(s)