03.08.2014, 14:48
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:
Sound IDs can be found in the AudioEvents.txt file, probably here:
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;
}
Quote:
C:\Program Files\Rockstar Games\GTA San Andreas\data |