Streaming music while logging in to spawning
#7

Quote:
Originally Posted by PlayHard
Посмотреть сообщение
Yes,

Put this under OnPlayerConnect

pawn Код:
PlayAudioStreamForPlayer(playerid, "PUT THE URL HERE");
example:

pawn Код:
public OnPlayerConnect(playerid)
{
    PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls");
    return 1;
}
Quote:
Originally Posted by Nixon_West
Посмотреть сообщение
/audiomsg - to hide the text Stream audio

At the same time the player plays only one audio stream, otherwise it would be just noise.
For some players, downloadable music is lag.
So it is better to turn it down every time


PHP код:
 StopAudioStreamForPlayer(playerid); 
is there a way to force players not to see the green text? It seems by default people see it....
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)