Stop Sound for Player
#1

What is the Code of Stopping the Sound for player?

When i make PlayerPlaySound(...etc)
I wanna stop it, What is the code?
Reply
#2

You can always do:

Код:
PlayerPlaySound(playerid, 0, 0.0, 0.0, 0.0);
This won't play any sound for the player. To stop an audio stream you can use:

StopAudioStreamForPlayer
Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)