Sound ID wanted.
#1

Hi,

does someone know if there is a farting sound available? (one can play with PlayerPlaySound())
If so, please tell me the sound ID.

Thank you.
Reply
#2

I don't think there is a sound for fart in the game.
But why not use PlayAudioStreamForPlayer?


pawn Код:
CMD:fart(playerid, params[])
{
    new Float: pX, Float: pY, Float: pZ;
    GetPlayerPos(playerid, pX, pY, pZ);
    PlayAudioStreamForPlayer(playerid, "http://www.soundjay.com/human/fart-01.mp3", pX, pY, pZ, 6.5, 1);
    SendClientMessage(playerid, -1, "Eww");
    return 1;
}
Reply
#3

mhh, thx.
Do you know if it shows a source address when you play that stream using this function?
Also do you know a good sound preview script so i can check out/preview available samp sounds?


thanks
Reply
#4

There is a fart in the game but also has a voice it's one of the hillbilly skins that says "Get a wiff of my stankyness".
Reply
#5

mhh, k thanks, do you know the sond ID or how i should start looking for it?
Reply
#6

Quote:
Originally Posted by PawnoQ
Посмотреть сообщение
mhh, k thanks, do you know the sond ID or how i should start looking for it?
This tool plays the sound and also gives you the code, I found it in *******

http://www.mediafire.com/download/kp...ID+Browser.rar

******* video

https://www.youtube.com/watch?v=pBbV5kHWGmY
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)