Advertisement
bw0mp

Untitled

Jul 17th, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. for(new i = 0; i < MAX_PLAYERS; i++)
  2. {
  3. if(IsPlayerConnected(i))
  4. {
  5. StopAudioStreamForPlayer(i);
  6. PlayAudioStreamForPlayer(i, "Radiofeed.mp3");
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement