28.01.2012, 21:29
Quote:
man it's work but only to me, all the other who in my server can't hear the songs .. maybe in the linux it's work for all?
|
pawn Code:
CMD:radiotoall( playerid, params[ ] )
{
for( new i = 0; i < MAX_PLAYERS; i ++ )
{
if( IsPlayerConnected( i ) && IsPlayerInAnyVehicle( i ) )
{
PlayAudioStreamForPlayer( i, YourURL );
}
}
return 1;
}