15.06.2011, 16:01
Hi, Im trying to get audio streamed into the server... i got this
and i want to add this.
of this radio station any of you lovely samp people willing to help me?
i just dont understand the streaming part. -------->
How do i add that in?
Код:
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);
Код:
Audio_PlayStreamed(playerid, const url[], bool:pause = false, bool:loop = false, bool:downmix = false);
i just dont understand the streaming part. -------->
Код:
Audio_PlayStreamed(playerid, const url[], bool:pause = false, bool:loop = false, bool:downmix = false);