- 0
Problema Radio!
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Pinki950
Am o problema in loc sa cante radioul in zona respectiva x, y, z imi face spam de "N" ori cu radioul!
Ex: PlayAudioStream http....
PlayAudioStream http....
PlayAudioStream http....
PlayAudioStream http....
[pawn]public OnPlayerUpdate( playerid )
{
new
bool: bPlay = false;
for( new i = 0; i < MAX_PLAYERS; i++ )
{
if( IsPlayerInRangeOfPoint( i, 7.0, -2293.3921, -1632.9829, 485.1299) && bPlay == false )
{
bPlay = true;
PlayAudioStreamForPlayer( i, "http://www.radiowish.ro/live.m3u" );
}
else if( bPlay == true )
{
StopAudioStreamForPlayer( i );
bPlay = false;
}
}
return 1;
}[/pawn]
7 answers to this question
Recommended Posts