SA-MP Forums Archive
Sound ID wanted. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Sound ID wanted. (/showthread.php?tid=578718)



Sound ID wanted. - PawnoQ - 21.06.2015

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.


Re: Sound ID wanted. - [XST]O_x - 21.06.2015

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;
}



Re: Sound ID wanted. - PawnoQ - 21.06.2015

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


Re: Sound ID wanted. - Pottus - 21.06.2015

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".


Re: Sound ID wanted. - PawnoQ - 22.06.2015

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


Re: Sound ID wanted. - SecretBoss - 22.06.2015

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