AudioStream Code
#3

So I have to post the "new" with my other new lines? and under which Public do i have to post this?? It has to lookelike this?
Код:
if(IsPlayerInRangeOfPoint(playerid..
{
StreamStarted[playerid] = 1;
PlayAudioStreamForPlayer(playerid, "http://blablabla"); //Like this?
}
else
{
if(StreamStarted[playerid] == 1)
{
StreamStarted[playerid] = 0;
StopAudioStreamForPlayer(playerid);// Like this?
}
}
Reply


Messages In This Thread
AudioStream Code - by goviscrap - 30.11.2012, 21:45
Re: AudioStream Code - by ikey07 - 30.11.2012, 21:49
Re: AudioStream Code - by goviscrap - 30.11.2012, 22:21
Re: AudioStream Code - by ikey07 - 30.11.2012, 22:25
Re: AudioStream Code - by goviscrap - 30.11.2012, 22:39

Forum Jump:


Users browsing this thread: 1 Guest(s)