[Audio] /music and /stopmusic
#3

Like this:
pawn Код:
new Radio[MAX_PLAYERS]; //On top of your script (Not sure if you need MAX_PLAYERS but I use it like that :p)

//In your /music cmd:
Radio[playerid] = Audio_PlayStreamed(blah.......);

//In your /stop cmd:
Audio_Stop(playerid, Radio[playerid]);
Reply


Messages In This Thread
[Audio] /music and /stopmusic - by Ivan_Pantovic - 22.12.2010, 19:41
Re: [Audio] /music and /stopmusic - by Raimis_R - 22.12.2010, 20:07
Re: [Audio] /music and /stopmusic - by Fj0rtizFredde - 22.12.2010, 20:08
Re: [Audio] /music and /stopmusic - by Ivan_Pantovic - 22.12.2010, 20:19

Forum Jump:


Users browsing this thread: 1 Guest(s)