1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-20 22:58:10 +02:00
parent 0ce2c9ade1
commit dc6e50a9f6
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ config.maxStacks = {
testitem = 10,
money = 0, -- no limit
money_item = 0, -- no limit
black_money = 0, -- no limit
blackmoney = 0, -- no limit
black_money_item = 0, -- no limit
weapon_petrolcan = 1,
printerdocument = 1,

View file

@ -41,7 +41,7 @@ Cfg = {
DynamicTimer = 60, -- Tax rate change timer (minutes)
DynamicRange = { 15, 35 }, -- Range for changing tax rate { min, max }
WashTime = 10, -- Wash time (seconds)
MinWash = 10, -- Minimum amount of money that can be washed, does not apply when Currency = 'markedbills'
MinWash = 1000, -- Minimum amount of money that can be washed, does not apply when Currency = 'markedbills'
MaxWash = 10000, -- Maximum amount of money that can be washed, does not apply when Currency = 'markedbills'
Cooldown =false, -- Player cooldown time (minutes, false: disabled)