Login to ZARP
|
GM.Config.topazprintamount = 500
GM.Config.amethystprintamount = 1000 GM.Config.emeraldprintamount = 2500 GM.Config.rubyprintamount = 15000 GM.Config.sapphireprintamount = 4000 GM.Config.vipprintamount = 4000 It is in the config its my money printer thing But what does it mean It is located darkrpmodification/lua/darkrp_config/settings.lua |
|
Login or register to post a reply.
|
Its probably a config file for DarkRP to show how much it costs to purchase them.
|
|
Login or register to post a reply.
|
nah darkrpmodication/lua/customthings/entites.lua/
DarkRP.createEntity("Topaz Printer", { ent = "topaz_money_printer", model = "models/props_c17/consolebox01a.mdl", price = 5000, max = 1, cmd = "buytopazprinter" }) |
|
Last Edit: 10 years 2 months ago by William [!Paco2].
Login or register to post a reply.
|