Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. -- Code generated at: TheCodingBeast.com | DarkRP 2.5 Tools
  2. DarkRP.createShipment("HK USP", {
  3. model = " models/weapons/w_pist_fokkususp.mdl",
  4. entity = "m9k_usp",
  5. price = 1500,
  6. amount = 5,
  7. separate = false,
  8. pricesep = 500,
  9. noship = false,
  10. allowed = {TEAM_GUN},
  11. -- CustomCheck
  12. })
  13. -- Code generated at: TheCodingBeast.com | DarkRP 2.5 Tools
  14. DarkRP.createShipment("Desert Eagle", {
  15. model = "models/weapons/w_pist_deagle.mdl",
  16. entity = "m9k_deagle",
  17. price = 2500,
  18. amount = 5,
  19. separate = false,
  20. pricesep = 750,
  21. noship = false,
  22. allowed = {TEAM_GUN},
  23. -- CustomCheck
  24. })
  25. -- Code generated at: TheCodingBeast.com | DarkRP 2.5 Tools
  26. DarkRP.createShipment("SW Model 500", {
  27. model = "models/weapons/w_sw_swmodel_500.mdl",
  28. entity = "m9k_model500",
  29. price = 2000,
  30. amount = 5,
  31. separate = false,
  32. pricesep = 550,
  33. noship = false,
  34. allowed = {TEAM_GUN},
  35. -- CustomCheck
  36. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement