Advertisement
Guest User

SAMP ShoutCast Radio

a guest
May 3rd, 2012
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. }
  2.  
  3. if(strcmp(cmdtext, "/startradio",true) == 0)
  4. {
  5. PlayAudioStreamForPlayer(playerid, "http://109.169.26.79:8036/listen.pls");
  6. SendClientMessage(playerid,COLOR_YELLOW,"You Are Connected To SLRP Radio.");
  7. return 1;
  8. }
  9. if(strcmp(cmdtext, "/stopradio",true )== 0)
  10. {
  11. StopAudioStreamForPlayer(playerid);
  12. SendClientMessage(playerid,COLOR_YELLOW,"You Have Disconnected From SLRP Radio.");
  13. return 1;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement