Advertisement
Jakecg

Aids

Jun 24th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. DarkRP.createEntity("Printer Battery", {
  2. ent = "boost_battery",
  3. model = "models/props_lab/reciever01a.mdl",
  4. price = 1000,
  5. max = 2,
  6. cmd = "buybatteries",
  7. })
  8.  
  9. DarkRP.createEntity("Printer Cooler", {
  10. ent = "boost_cooling",
  11. model = "models/props_lab/reciever01a.mdl",
  12. price = 1000,
  13. max = 2,
  14. cmd = "buycooling",
  15. })
  16.  
  17. DarkRP.createEntity("Printer A", {
  18. ent = "boost_printer_a",
  19. model = "models/props_lab/reciever01a.mdl",
  20. price = 1000,
  21. max = 2,
  22. cmd = "buyprinta",
  23. })
  24.  
  25. DarkRP.createEntity("Printer B", {
  26. ent = "boost_printer_b",
  27. model = "models/props_lab/reciever01a.mdl",
  28. price = 4000,
  29. max = 2,
  30. cmd = "buyprintb",
  31. })
  32.  
  33. DarkRP.createEntity("Printer C", {
  34. ent = "boost_printer_c",
  35. model = "models/props_lab/reciever01a.mdl",
  36. price = 7000,
  37. max = 2,
  38. cmd = "buyprintc",
  39. })
  40.  
  41. DarkRP.createEntity("Printer D", {
  42. ent = "boost_printer_D",
  43. model = "models/props_lab/reciever01a.mdl",
  44. price = 10000,
  45. max = 2,
  46. cmd = "buyprintd",
  47. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement