forked from Simnation/Main
ed
This commit is contained in:
parent
d7e2f9da39
commit
b3dfd74c87
61 changed files with 11 additions and 8565 deletions
|
@ -10,13 +10,13 @@ More informations about the script: https://docs.brutalscripts.com
|
|||
--]]
|
||||
|
||||
Config = {
|
||||
Core = 'ESX', -- 'ESX' / 'QBCORE' | Other core setting on the 'core' folder.
|
||||
VoiceSytem = 'pma-voice', -- "pma-voice" / "mumble" / "SaltyChat"
|
||||
Inventory = 'ox_inventory', -- 'ox_inventory' / 'qb_inventory_old'/ 'qb_inventory_new' / 'quasar_inventory' / 'chezza_inventory' / 'codem_inventory' / 'core_inventory' // Custom can be add in the cl_utils.lua!!!
|
||||
Core = 'QBCORE', -- 'ESX' / 'QBCORE' | Other core setting on the 'core' folder.
|
||||
VoiceSytem = 'yaca-voice', -- "pma-voice" / "mumble" / "SaltyChat"
|
||||
Inventory = 'qb_inventory_new', -- 'ox_inventory' / 'qb_inventory_old'/ 'qb_inventory_new' / 'quasar_inventory' / 'chezza_inventory' / 'codem_inventory' / 'core_inventory' // Custom can be add in the cl_utils.lua!!!
|
||||
Wardrobe = 'default', -- 'default' / 'ak47_clothing' / 'codem_apperance' / 'fivem_appearance' / 'illenium_appearance' / 'qb_clothing' / 'raid_clothes' / 'rcore_clothes' / 'rcore_clothing' / 'sleek_clothestore' / 'tgiann_clothing' // Custom can be add in the cl_utils.lua!!!
|
||||
TextUI = 'brutal_textui', -- false / 'brutal_textui' / 'ox_lib' / 'okokTextUI' / 'ESXTextUI' / 'QBDrawText' // Custom can be add in the cl_utils.lua!!!
|
||||
BrutalKeys = true, -- Buy here: https://store.brutalscripts.com
|
||||
BrutalPoliceJob = true, -- Buy here: https://store.brutalscripts.com | Better connection
|
||||
TextUI = 'ox_lib', -- false / 'brutal_textui' / 'ox_lib' / 'okokTextUI' / 'ESXTextUI' / 'QBDrawText' // Custom can be add in the cl_utils.lua!!!
|
||||
BrutalKeys = false, -- Buy here: https://store.brutalscripts.com
|
||||
BrutalPoliceJob = false, -- Buy here: https://store.brutalscripts.com | Better connection
|
||||
BrutalNotify = true, -- Buy here: (4€+VAT) https://store.brutalscripts.com | Or set up your own notify >> cl_utils.lua
|
||||
|
||||
SteamName = false, -- true = Steam name | false = character name
|
||||
|
@ -46,7 +46,7 @@ Config = {
|
|||
ownedHouse = {label = "House", size = 0.7, sprite = 40, color = 1},
|
||||
ownedGarage = {label = "Garage", size = 0.7, sprite = 357, color = 1},
|
||||
police = true,
|
||||
burglarAlarm = {label = "Burglar alarm", size = 1.0, sprite = 161, color = 1},
|
||||
burglarAlarm = {label = "Einbruch Alarm", size = 1.0, sprite = 161, color = 1},
|
||||
},
|
||||
|
||||
MaxProperties = 12, -- Maximum number of properties a player can own
|
||||
|
@ -57,7 +57,7 @@ Config = {
|
|||
StashLimit = 3, -- Maximum stash per property.
|
||||
InstantSalePurchasePrice = 0.9, -- 100 000$ * 0.9 = 90 000$ | The player can immediately sell his property for this much compared to the base price.
|
||||
DelayedSalePurchasePrice = 1.2, -- 100 000$ * 1.2 = 120 000$ | This is the maximum price a player can sell the house he has bought.
|
||||
DeleteInactiveProperty = {use = true, days = 45}, -- -- If use is true, the property will be deleted if the player does not use it for X days. | Only the owned ones.
|
||||
DeleteInactiveProperty = {use = false, days = 45}, -- -- If use is true, the property will be deleted if the player does not use it for X days. | Only the owned ones.
|
||||
CopJobs = {"police", "sheriff"}, -- Cop jobs
|
||||
GarageUpgrade = {
|
||||
Repair = {use = true, time = 48, price = 25000}, -- The car stored in the garage will be repaired after 48hours.
|
||||
|
@ -212,7 +212,7 @@ Config = {
|
|||
-----------------------| TRANSLATE |-----------------------
|
||||
-----------------------------------------------------------
|
||||
|
||||
NUILanguage = "en", -- "en", "es", "fr", "de", "pt", "it", "pl", "nl", "ru", "tr", "hu", "ro", "cs", "sv", "ar"
|
||||
NUILanguage = "de", -- "en", "es", "fr", "de", "pt", "it", "pl", "nl", "ru", "tr", "hu", "ro", "cs", "sv", "ar"
|
||||
|
||||
MoneyForm = '$', -- Money form
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue