Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- AddEntity("Upgradeable Money Printer", {
- ent = "upgrade_money_printer",
- model = "models/props_c17/consolebox01a.mdl",
- price = 1500, -- Change this number to change the price of the printer In-Game ;p
- max = 2,
- cmd = "/buyupgrademoneyprinter"
- })
- AddEntity("Basic Generator", {
- ent = "generator_basic",
- model = "models/props_c17/TrapPropeller_Engine.mdl",
- price = 1000,
- max = 2,
- cmd = "/buybasicgenerator"
- })
- AddEntity("Cooling Plate", {
- ent = "upgrade_coolingplate",
- model = "models/hunter/blocks/cube025x025x025.mdl",
- price = 10000, -- (Printer+Cooler=Money Farm)Change this number to change the price of the Cooler in-game.
- max = 2,
- cmd = "/buyupgradecoolingplate"
- })
Advertisement
Add Comment
Please, Sign In to add comment