Can't hear audio streams.
#4

https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer


Quote:

public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/play radio", cmdtext, true) == 0)
{
PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls");
return 1;
}
if (strcmp("/radio in my pos", cmdtext, true) == 0)
{
new Float:X, Float:Y, Float:Z, Floatistance = 5.0;
GetPlayerPos(playerid, X, Y, Z);
PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls", X, Y, Z, Distance, 1);
return 1;
}
return 0;
}

Reply


Messages In This Thread
Can't hear audio streams. - by The__ - 22.07.2012, 09:17
Re: Can't hear audio streams. - by Kaperstone - 22.07.2012, 09:52
Re: Can't hear audio streams. - by The__ - 22.07.2012, 10:29
Re: Can't hear audio streams. - by Twizted - 22.07.2012, 11:01
Re: Can't hear audio streams. - by The__ - 22.07.2012, 11:04
Re: Can't hear audio streams. - by Twizted - 22.07.2012, 11:18
Re: Can't hear audio streams. - by The__ - 22.07.2012, 15:21
Re: Can't hear audio streams. - by SuperViper - 22.07.2012, 15:55
Re: Can't hear audio streams. - by The__ - 22.07.2012, 16:07
Re: Can't hear audio streams. - by [KHK]Khalid - 22.07.2012, 16:13

Forum Jump:


Users browsing this thread: 1 Guest(s)