SA-MP Forums Archive
PlayerPlaySound same time - 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: PlayerPlaySound same time (/showthread.php?tid=353991)



PlayerPlaySound same time - iWhite - 25.06.2012

Does anyone tried PlayerPlaySound and PlayAudioStreamForPlayer in a same time? Playing both, or one of them?


Re: PlayerPlaySound same time - .Wicked - 25.06.2012

It will probably play both but you could use "PlayAudioStreamForPlayer" when someone connects and then use " StopAudioStreamForPlayer" when a player spawns.
Then you could use "PlayerPlaySound" on spawn.

What I stated above may help you ^^.


Re: PlayerPlaySound same time - iWhite - 25.06.2012

You see, I want to play music with PlayAudioStreamForPlayer and add some sound effects by clicking textdraws or else with PlayerPlaySound, because PlayAudioStreamForPlayer multiple not working same time...