diff --git a/config.lua b/config.lua index 13c35b4..75b686c 100644 --- a/config.lua +++ b/config.lua @@ -7,6 +7,7 @@ QBConfig.DefaultSpawn = {x=-1035.71,y=-2731.87,z=12.86,a=0.0} QBConfig.Money = {} QBConfig.Money.MoneyTypes = {['cash'] = 500, ['bank'] = 5000, ['crypto'] = 0 } -- ['type']=startamount - Add or remove money types for your server (for ex. ['blackmoney']=0), remember once added it will not be removed from the database! QBConfig.Money.DontAllowMinus = {'cash', 'crypto'} -- Money that is not allowed going in minus +QBConfig.Money.PayCheckTimeOut = 10 -- The time in minutes that it will give the paycheck QBConfig.Player = {} QBConfig.Player.MaxWeight = 120000 -- Max weight a player can carry (currently 120kg, written in grams)