AudioStream Code
#2

new StreamStarted[MAX_PLAYERS];


if(IsPlayerInRangeOfPoint(playerid..
{
StreamStarted[playerid] = 1;
//StartAudio Here
}
else
{
if(StreamStarted[playerid] == 1)
{
StreamStarted[playerid] = 0;
//Stop Audio Here
}
}
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)