Guest User

The Base Code

a guest
Jan 6th, 2021
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. local STATIONS = {
  2. [0] = { -- station index
  3. ['meta'] = { --station info
  4. ['name'] = "dank radio", --display name
  5. ['icon'] = "gui/vehicle_radio_icons/pyro.jpg" -- icon
  6. },
  7. ['tracks'] = { --playlist
  8. [0] = "vehicles_radio/dank/bhop.mp3",
  9. [1] = "vehicles_radio/dank/arabia.mp3",
  10. [2] = "vehicles_radio/dank/money.mp3",
  11. [3] = "vehicles_radio/dank/partyrock.mp3",
  12. [4] = "vehicles_radio/dank/plug.mp3",
  13. [5] = "vehicles_radio/dank/touch.mp3",
  14. [6] = "vehicles_radio/dank/kick.mp3"
  15. [1] = {
  16. ['meta'] = {
  17. ['name'] = "weedwacker radio",
  18. ['icon'] = "gui/vehicle_radio_icons/weed.jpg"
  19. },
  20. ['tracks'] = {
  21. [0] = "vehicles_radio/dank/ache.mp3",
  22. [1] = "vehicles_radio/dank/clock.mp3",
  23. [2] = "vehicles_radio/dank/karr.mp3",
  24. [3] = "vehicles_radio/dank/poker.mp3",
  25. [4] = "vehicles_radio/dank/push.mp3",
  26. [5] = "vehicles_radio/dank/shine.mp3",
  27. [6] = "vehicles_radio/dank/sorry.mp3"
  28. [7] = "vehicles_radio/dank/stone.mp3",
  29. [8] = "vehicles_radio/dank/tranz.mp3",
  30. [9] = "vehicles_radio/dank/train.mp3",
  31. [10] = "vehicles_radio/dank/world.mp3"
  32. }
  33. }
  34. }
  35.  
  36. VRADIO:IncludeStation(STATIONS) --include station function
  37.  
  38. -- new songs : ≥16
Add Comment
Please, Sign In to add comment