Audio Plugin Help!
#1

Hi, Im trying to get audio streamed into the server... i got this

Код:
public OnPlayerSpawn(playerid)
{
	if(IsPlayerNPC(playerid)) return 1;
	
	SetPlayerInterior(playerid,0);
	TogglePlayerClock(playerid,0);
 	SetPlayerPos(playerid,-1117.3690,-1621.4270,76.3739);
 	Audio_SetVolume(playerid,1,100);
 	Audio_Set3DPosition(playerid,1,-1117.3690,-1621.4270,76.3739,25);
and i want to add this.
Код:
 Audio_PlayStreamed(playerid, const url[], bool:pause = false, bool:loop = false, bool:downmix = false);
of this radio station any of you lovely samp people willing to help me?

i just dont understand the streaming part. -------->
Код:
 Audio_PlayStreamed(playerid, const url[], bool:pause = false, bool:loop = false, bool:downmix = false);
How do i add that in?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)