Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. --[[
  2. © 2012 CloudSixteen.com do not share, re-distribute or modify
  3. without permission of its author (kurozael@gmail.com).
  4. --]]
  5.  
  6. local ITEM = Clockwork.item:New();
  7. ITEM.name = "The Glorious Burden";
  8. ITEM.uniqueID = "cassette_burden";
  9. ITEM.cost = 100;
  10. ITEM.model = "models/devcon/mrp/props/casette.mdl";
  11. ITEM.weight = .05;
  12. ITEM.access = "u";
  13. ITEM.category = "Cassettes";
  14. ITEM.business = false;
  15. ITEM.description = "It's a cassette, with a label that reads: The Glorious Burden";
  16. ITEM.isCassette = true;
  17. ITEM.spawnValue = 5;
  18. ITEM.isRareSpawn = true;
  19. ITEM.key = t_cassette.Register("The Glorious Burden", {
  20. {
  21. name = "The Star Spangled Banner",
  22. length = 115,
  23. url = <audio "https://dl.dropboxusercontent.com/content_link/xI4mjaacUYPllFwAWDPNHiAdRK6hqhUfDAB1fe1nPXSHsYNVc2SDjp2tDNbETOmF/file?dl=0&amp;duc_id=dropbox_duc_id" },
  24. {
  25. name = "Declaration Day",
  26. length = 288,
  27. url = "https://dl.dropboxusercontent.com/content_link/sktvgLemlEc3iQ6XCmVFrZLOy5uuNwAlFtSleEIjOUGIDe4GK4TjP0VVS6jSTLDN/file?dl=0&amp;duc_id=dropbox_duc_id"
  28. },
  29. {
  30. name = "When The Eagle Cries",
  31. length = 246,
  32. url = "https://dl.dropboxusercontent.com/content_link/FKYRbgONs3nV7oK3DVjaQ8NTnxU7FDV3oO0YDvChwVYWljoyXFRW0KStgI4Zck11/file?dl=0&amp;duc_id=dropbox_duc_id"
  33. },
  34. {
  35. name = "The Reckoning (Don't Tread On Me)",
  36. length = 397,
  37. url = "https://dl.dropboxusercontent.com/content_link/8K6QIOClnozVzzGpr3votxxa27KxlaysgxR41uNniPlJDz5oraMmszunMMIhd2HU/file?dl=0&amp;duc_id=dropbox_duc_id"
  38. }, {
  39. name = "Attila",
  40. length = 338,
  41. url = "https://dl.dropboxusercontent.com/content_link/GCMg7RQiWvNbtKfIsJFnpn1h5ynArltSQmnRlyXegldefvFCBLkrl4zyVHIMfVz0/file?dl=0&amp;duc_id=dropbox_duc_id"
  42. }, {
  43. name = "Red Baron (Blue Max)",
  44. length = 245,
  45. url = "https://dl.dropboxusercontent.com/content_link/xI4mjaacUYPllFwAWDPNHiAdRK6hqhUfDAB1fe1nPXSHsYNVc2SDjp2tDNbETOmF/file?dl=0&amp;duc_id=dropbox_duc_id"
  46. }, {
  47. name = "Waterloo",
  48. length = 345
  49. url = "https://dl.dropboxusercontent.com/content_link/VG74PlFlabjki1ivE3HVcpz4qw6Pyu4c1KrRkAuIYHuqLi0LmJuzh5oJYen9ME5G/file?dl=0&amp;duc_id=dropbox_duc_id"
  50. }, {
  51. name = "The Devil To Pay",
  52. length = 733,
  53. url = "https://dl.dropboxusercontent.com/content_link/BXzhjGITv6ULyX5aFLxreVx5o15osrZgpttf3RpdUsXETHgchaDwkXcnfKoKhtZ0/file?dl=0&amp;duc_id=dropbox_duc_id"
  54. }, {
  55. name = "Hold At All Costs",
  56. length = 426,
  57. url = "https://dl.dropboxusercontent.com/content_link/tO5TQszcFk8QONfDCfgIksBubAMZ2ZnlA6PJzazoYwG6BJxg4fOLHW3nKdyabi1x/file?dl=0&amp;duc_id=dropbox_duc_id"
  58. }, {
  59. name = "High Water Mark",
  60. length = 755,
  61. url = <audio "https://dl.dropboxusercontent.com/content_link/Ezgj9W4KPgYJ1xhoY3jaf9ExGW7F2T7uQfrLAGe8gGtxeof9lRb2y4qGRgVYLeKT/file?dl=0&amp;duc_id=dropbox_duc_id"
  62. }
  63. })
  64.  
  65. function ITEM:OnDrop(player, position)
  66. end;
  67.  
  68. ITEM:Register();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement