Sound ID - +REP For Helper
#1

Hi anyone knows this sound ID? link: https://www.mediafire.com/file/3m597...ndReq.mp3/file (after splash sound)
I know where to find Sounds ID but I did not get it, please just give this sound id not a link to sounds id list -_-
Reply
#2

Guys i really need this please help if you can!
Reply
#3

Well sorry I do not have any idea for this sound id but you can make a CMD to check all sounds IG, this way you may get it.
Reply
#4

Well, I guess you better start checking them one by one. That's what I did before when trying to find a sound id, kinda hard, but it'll do.
Reply
#5

Quote:
Originally Posted by DarkMythHunter
Посмотреть сообщение
Well, I guess you better start checking them one by one. That's what I did before when trying to find a sound id, kinda hard, but it'll do.
well not too hard, just try this way

Код:
CMD:sound(playerid, params[])
{
    new sound_id;
    if(sscanf(params, "i", sound_id)) return SendClientMessage(playerid, -1, "{F81414}COMMAND: {FFFFFF}/sound <soundid>");
    new Float:X, Float:Y, Float:Z; 
    GetPlayerPos(playerid, X,Y,Z);
    PlayerPlaySound(playerid, sound_id, X,Y,Z);
    return 1;
}
Reply
#6

Quote:
Originally Posted by iorp
Посмотреть сообщение
well not too hard, just try this way

Код:
CMD:sound(playerid, params[])
{
    new sound_id;
    if(sscanf(params, "i", sound_id)) return SendClientMessage(playerid, -1, "{F81414}COMMAND: {FFFFFF}/sound <soundid>");
    new Float:X, Float:Y, Float:Z; 
    GetPlayerPos(playerid, X,Y,Z);
    PlayerPlaySound(playerid, sound_id, X,Y,Z);
    return 1;
}
No need to get the player's position
Reply
#7

Quote:
Originally Posted by iorp
Посмотреть сообщение
well not too hard, just try this way

Код:
CMD:sound(playerid, params[])
{
    new sound_id;
    if(sscanf(params, "i", sound_id)) return SendClientMessage(playerid, -1, "{F81414}COMMAND: {FFFFFF}/sound <soundid>");
    new Float:X, Float:Y, Float:Z; 
    GetPlayerPos(playerid, X,Y,Z);
    PlayerPlaySound(playerid, sound_id, X,Y,Z);
    return 1;
}
What I meant about it being "hard" is how you need to check them one by one, takes a lot of time, which makes it hard for me.
Reply
#8

Its video game effect i think, go to pastebin and search sounds list with "names" then search 'effect' part from list
Reply
#9

Quote:
Originally Posted by Jefff
Посмотреть сообщение
Its video game effect i think, go to pastebin and search sounds list with "names" then search 'effect' part from list
thnx a lot man! this was very helpful! i found that!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)