Sound ID wanted.
#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


Messages In This Thread
Sound ID wanted. - by PawnoQ - 21.06.2015, 19:12
Re: Sound ID wanted. - by [XST]O_x - 21.06.2015, 19:16
Re: Sound ID wanted. - by PawnoQ - 21.06.2015, 21:40
Re: Sound ID wanted. - by Pottus - 21.06.2015, 21:48
Re: Sound ID wanted. - by PawnoQ - 22.06.2015, 12:21
Re: Sound ID wanted. - by SecretBoss - 22.06.2015, 14:22

Forum Jump:


Users browsing this thread: 2 Guest(s)