Configuration
Config = {}
Config.locales = {}
Config.Locale = "en"
Config.Inventory = "ox_inventory"
Config.LastPaymentDay = 5 -- son ödeme günü
Config.UnemployedJob = "unemployed"
Config.UnemployedGrade = 0
Config.UnemployedSalary = 100
Config.MyBillCommand = "mybills" -- command to open my bills menu
Config.CreateBillCommand = "createbill" -- command to open create bill menu
Config.Interaction = "drawtext" --target, drawtext or custom
Config.debug = true
Config.AccesCoords = {
["police"] = {
coord = vec3(447.87, -973.98, 30.46),
BossOnly = false,
job = "police",
stash = {
weight = 10000000,
slots = 1000,
}
}
}
Last updated