[Include] AudioEx - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] AudioEx (
/showthread.php?tid=366236)
AudioEx -
Marko Koprivanac - 05.08.2012
◆ Introduction:
Well,this is my first include,it's about Audio Stream,it has only few things(more down)...
◆ You need:
Foreach - By ******
◆ Functions:
Код:
stock PlayAudioStreamForAll(url[]); This will Play Audio stream for all(url must end with .mp3,you can convert songs to .mp3 on kiwi6.com)
stock StopAudioStreamForAll(); This will stop audio stream for all
stock StopAudioStreamEx(Float:posX, Float:posY, Float:posZ, Float:range); // this will stop audio stream ONLY for players that are in X RANGE of your coordinates.
◆ Recommendations:
If you have any,post it here or PM me.
◆ Bugs:
◆ Not found any yet, however if you find a bug please post here or PM me on forum with the details,i tested everything and it worked for me.
◆ Download:
Pastebin - v0.1
Mediafire - v0.1
◆ How to use:
Put
AudioEx.inc in your
pawno/include folder,and then add
#include <AudioEx> at top of your script.
◆ Credits:
Foreach - ******
AudioEx - Marko Koprivanac (Me

)
Re: AudioEx -
Arca - 05.08.2012
It's a bit simple don't you think?
Re: AudioEx -
Marko Koprivanac - 05.08.2012
Quote:
Originally Posted by Arca
It's a bit simple don't you think?
|
Well,yes it is,but its usefull too