Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. DarkRP.createShipment("Karabin z tłumikiem", {
  2. model = "models/halokiller38/fallout/weapons/assaultrifles/assaultcarbinesilencer.mdl",
  3. entity = "weapon_assaultcarbinesil",
  4. price = 500,
  5. amount = 10,
  6. separate = true,
  7. pricesep = 0,
  8. noship = true,
  9. allowed = {TEAM_TRADER},
  10. -- CustomCheck
  11. })
  12.  
  13. DarkRP.createShipment("Pistolet 10mm", {
  14. model = "models/halokiller38/fallout/weapons/pistols/10mmpistol.mdl",
  15. entity = "weapon_10mmpistolext",
  16. price = 65,
  17. amount = 10,
  18. separate = true,
  19. pricesep = 0,
  20. noship = true,
  21. allowed = {TEAM_TRADER},
  22. -- CustomCheck
  23. })
  24.  
  25. DarkRP.createShipment("Mysliwski shotgun", {
  26. model = "models/halokiller38/fallout/weapons/shotguns/huntingshotgun.mdl",
  27. entity = "weapon_huntingshotgun",
  28. price = 200,
  29. amount = 10,
  30. separate = true,
  31. pricesep = 0,
  32. noship = true,
  33. allowed = {TEAM_TRADER},
  34. -- CustomCheck
  35. })
  36. DarkRP.createShipment("Karabin szturmowy z bagnetem", {
  37. model = "models/halokiller38/fallout/weapons/assaultrifles/battleriflerec.mdl",
  38. entity = "weapon_servicerifle",
  39. price = 400,
  40. amount = 10,
  41. separate = true,
  42. pricesep = 0,
  43. noship = true,
  44. -- CustomCheck
  45. })
  46.  
  47. DarkRP.createShipment("Karabin myśliwski", {
  48. model = "models/halokiller38/fallout/weapons/rifles/thismachine.mdl",
  49. entity = "weapon_thismachine",
  50. price = 350,
  51. amount = 10,
  52. separate = true,
  53. pricesep = 0,
  54. noship = true,
  55. allowed = {TEAM_TRADER},
  56. -- CustomCheck
  57. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement