Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. if(dialogid == 3)
  2. {
  3. if(!response) return true;
  4. switch(listitem)
  5. {
  6. case 0: PlayAudioStreamForPlayer(playerid,"http://ep256.hostingradio.ru:8052/europaplus256.mp3");
  7. case 1: PlayAudioStreamForPlayer(playerid,"http://air.radiorecord.ru:8102/dub_320");
  8. case 2: PlayAudioStreamForPlayer(playerid,"http://air.radiorecord.ru:8102/trap_320");
  9. case 3: PlayAudioStreamForPlayer(playerid,"http://air.radiorecord.ru:8102/club_320");
  10. case 4: PlayAudioStreamForPlayer(playerid,"http://air.radiorecord.ru:8102/sd90_320");
  11. case 5: StopAudioStreamForPlayer(playerid);
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement