Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DarkRP.createEntity("Bronze Printer", {
- ent = "money_printer_bronze",
- model = "models/props_c17/consolebox01a.mdl",
- price = 1000,
- max = 2,
- cmd = "/buybronzeprinter",
- allowed = {},
- })
- DarkRP.createEntity("Silver Printer", {
- ent = "money_printer_silver",
- model = "models/props_c17/consolebox01a.mdl",
- price = 2500,
- max = 2,
- cmd = "/buysilverprinter",
- allowed = {},
- })
- DarkRP.createEntity("Gold Printer", {
- ent = "money_printer_gold",
- model = "models/props_c17/consolebox01a.mdl",
- price = 5000,
- max = 2,
- cmd = "/buygoldprinter",
- allowed = {},
- })
- DarkRP.createEntity("Diamond Printer", {
- ent = "money_printer_diamond",
- model = "models/props_c17/consolebox01a.mdl",
- price = 7500,
- max = 2,
- cmd = "/buydiamondprinter",
- allowed = {},
- })
- DarkRP.createEntity("Platinum Printer", {
- ent = "money_printer_platinum",
- model = "models/props_c17/consolebox01a.mdl",
- price = 10000,
- max = 2,
- cmd = "/buyplatinumprinter",
- allowed = {},
- })
Advertisement
Add Comment
Please, Sign In to add comment