DrPawn

Stream Test

Feb 4th, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.32 KB | None | 0 0
  1. if (strcmp("/Musikon", cmdtext, true, 10) == 0)
  2. {
  3. StopAudioStreamForPlayer(playerid);
  4. PlayerPlaySound(playerid,1056,0.0,0.0,0.0);
  5. PlayAudioStreamForPlayer(playerid, "http://listen.technobase.fm/dsl.pls");
  6. return 1;
  7. }
  8. if (strcmp("/Musikoff", cmdtext, true, 10) == 0)
  9. {
  10. StopAudioStreamForPlayer(playerid);
  11. return 1;
  12. }
Add Comment
Please, Sign In to add comment