forked from Simnation/Main
ed
This commit is contained in:
parent
0ce2c9ade1
commit
dc6e50a9f6
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ config.maxStacks = {
|
||||||
testitem = 10,
|
testitem = 10,
|
||||||
money = 0, -- no limit
|
money = 0, -- no limit
|
||||||
money_item = 0, -- no limit
|
money_item = 0, -- no limit
|
||||||
black_money = 0, -- no limit
|
blackmoney = 0, -- no limit
|
||||||
black_money_item = 0, -- no limit
|
black_money_item = 0, -- no limit
|
||||||
weapon_petrolcan = 1,
|
weapon_petrolcan = 1,
|
||||||
printerdocument = 1,
|
printerdocument = 1,
|
||||||
|
|
|
@ -41,7 +41,7 @@ Cfg = {
|
||||||
DynamicTimer = 60, -- Tax rate change timer (minutes)
|
DynamicTimer = 60, -- Tax rate change timer (minutes)
|
||||||
DynamicRange = { 15, 35 }, -- Range for changing tax rate { min, max }
|
DynamicRange = { 15, 35 }, -- Range for changing tax rate { min, max }
|
||||||
WashTime = 10, -- Wash time (seconds)
|
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'
|
MaxWash = 10000, -- Maximum amount of money that can be washed, does not apply when Currency = 'markedbills'
|
||||||
Cooldown =false, -- Player cooldown time (minutes, false: disabled)
|
Cooldown =false, -- Player cooldown time (minutes, false: disabled)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue