Advertisement
Guest User

Untitled

a guest
May 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. _pathtomusicas = "rj\RadioRJ\mscs\";
  2. _EXECscript5 = 'player execVM "'+_pathtomusicas+'%1"';
  3.  
  4. radiorj =
  5. [
  6. ["Rádio CDD",true],
  7. ["RAP e HIPHOP", [4], "#USER:MusicaRAP", -5, [["expression", ""]], "1", "1"],
  8. ["", [-1], "", -5, [["expression", ""]], "1", "0"],
  9. ["Sair", [13], "", -3, [["expression", ""]], "1", "1"]
  10. ];};
  11. MusicaRAP =
  12. [
  13. ["HIPHOP e RAP",true],
  14. ["Hungria Insonia", [2], "", -5, [["expression", format[_EXECscript1,"Hinsonia.sqf"]]], "1", "1"],
  15. ["", [-1], "", -5, [["expression", ""]], "1", "0"],
  16. ["Sair", [13], "", -3, [["expression", ""]], "1", "1"]
  17. ];
  18.  
  19. showCommandingMenu "#USER:radiorj";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement