Advertisement
Guest User

help meh

a guest
Jan 25th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. -- Code generated with help from: TCB's DarkRP 2.5 Tools | www.thecodingbeast.com
  2. DarkRP.createShipment("Honey Badger", {
  3. model = "models/weapons/w_aac_honeybadger.mdl",
  4. entity = "m9k_honeybadger",
  5. price = 5000,
  6. amount = 10,
  7. separate = false,
  8. pricesep = 0,
  9. noship = false,
  10. allowed = {TEAM_GUN},
  11. shipmodel = "models/items/item_item_crate.mdl",
  12. -- Insert customCheck here if you have one and want one.
  13. })
  14. -- Code generated with help from: TCB's DarkRP 2.5 Tools | www.thecodingbeast.com
  15. DarkRP.createShipment("Honey Badger", {
  16. model = "models/weapons/w_aac_honeybadger.mdl",
  17. entity = "m9k_honeybadger",
  18. price = 5000,
  19. amount = 10,
  20. separate = true,
  21. pricesep = 500,
  22. noship = true,
  23. allowed = {TEAM_GUN},
  24. shipmodel = "models/items/item_item_crate.mdl",
  25. -- Insert customCheck here if you have one and want one.
  26. })
  27.  
  28. -- Code generated with help from: TCB's DarkRP 2.5 Tools | www.thecodingbeast.com
  29. DarkRP.createShipment("P90", {
  30. model = "models/weapons/w_fn_p90.mdl",
  31. entity = "m9k_smgp90",
  32. price = 2500,
  33. amount = 10,
  34. separate = false,
  35. pricesep = 0,
  36. noship = false,
  37. allowed = {TEAM_GUN},
  38. shipmodel = "models/items/item_item_crate.mdl",
  39. -- Insert customCheck here if you have one and want one.
  40. })
  41.  
  42. -- Code generated with help from: TCB's DarkRP 2.5 Tools | www.thecodingbeast.com
  43. DarkRP.createShipment("P90", {
  44. model = "models/weapons/w_fn_p90.mdl",
  45. entity = "m9k_smgp90",
  46. price = 2500,
  47. amount = 10,
  48. separate = true,
  49. pricesep = 450,
  50. noship = true,
  51. allowed = {TEAM_GUN},
  52. shipmodel = "models/items/item_item_crate.mdl",
  53. -- Insert customCheck here if you have one and want one.
  54. })
  55. DarkRP.createShipment("mp7", {
  56. model = "models/weapons/w_mp7_silenced.mdl",
  57. entity = "m9k_mp7",
  58. price = 3000,
  59. amount = 10,
  60. separate = false,
  61. pricesep = 0,
  62. noship = false,
  63. allowed = {TEAM_GUN},
  64. shipmodel = "models/items/item_item_crate.mdl",
  65.  
  66. })
  67. DarkRP.createShipment("Intervention", {
  68. model = "models/weapons/w_snip_int.mdl",
  69. entity =
  70.  
  71. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement