Guest User

Garry's Mod, Upgradeable printer for DarkRP.

a guest
Jun 3rd, 2013
3,904
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. AddEntity("Upgradeable Money Printer", {
  2. ent = "upgrade_money_printer",
  3. model = "models/props_c17/consolebox01a.mdl",
  4. price = 1500, -- Change this number to change the price of the printer In-Game ;p
  5. max = 2,
  6. cmd = "/buyupgrademoneyprinter"
  7. })
  8.  
  9. AddEntity("Basic Generator", {
  10. ent = "generator_basic",
  11. model = "models/props_c17/TrapPropeller_Engine.mdl",
  12. price = 1000,
  13. max = 2,
  14. cmd = "/buybasicgenerator"
  15. })
  16.  
  17. AddEntity("Cooling Plate", {
  18. ent = "upgrade_coolingplate",
  19. model = "models/hunter/blocks/cube025x025x025.mdl",
  20. price = 10000, -- (Printer+Cooler=Money Farm)Change this number to change the price of the Cooler in-game.
  21. max = 2,
  22. cmd = "/buyupgradecoolingplate"
  23. })
Advertisement
Add Comment
Please, Sign In to add comment