1
0
Fork 0
forked from Simnation/Main

housing update

This commit is contained in:
Nordi98 2025-08-12 12:35:46 +02:00
parent 7dfe792351
commit 630007bbdc
17 changed files with 28 additions and 25 deletions

View file

@ -11,12 +11,12 @@ More informations about the script: https://docs.brutalscripts.com
Config = {
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 = 'illenium_appearance', -- '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 = 'ox_lib', -- false / 'brutal_textui' / 'ox_lib' / 'okokTextUI' / 'ESXTextUI' / 'QBDrawText' // Custom can be add in the cl_utils.lua!!!
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!!!
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 = false, -- Buy here: https://store.brutalscripts.com | Better connection
BrutalPoliceJob = true, -- Buy here: https://store.brutalscripts.com | Better connection
BrutalNotify = false, -- 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
@ -36,14 +36,16 @@ Config = {
Blips = {
available = true,
availableHouse = {label = "Kaufbares Haus", size = 0.7, sprite = 40, color = 2},
availableGarage = {label = "Kaufbare Garage", size = 0.7, sprite = 357, color = 2},
owned = false,
availableHouse = {label = "Available House", size = 0.7, sprite = 40, color = 2},
availableGarage = {label = "Available Garage", size = 0.7, sprite = 357, color = 2},
myproperties = true,
myHouse = {label = "Mein Haus", size = 0.7, sprite = 40, color = 53},
myGarage = {label = "Meine Garage", size = 0.7, sprite = 357, color = 53},
hasKeyHouse = {label = "Haus", size = 0.7, sprite = 40, color = 53},
hasKeyGarage = {label = "Haus", size = 0.7, sprite = 40, color = 53},
ownedHouse = {label = "Haus", size = 0.7, sprite = 40, color = 1},
haskey = true,
hasKeyHouse = {label = "House", size = 0.7, sprite = 40, color = 53},
hasKeyGarage = {label = "Garage", size = 0.7, sprite = 40, color = 53},
owned = false,
ownedHouse = {label = "House", size = 0.7, sprite = 40, color = 1},
ownedGarage = {label = "Garage", size = 0.7, sprite = 357, color = 1},
police = true,
burglarAlarm = {label = "Einbruch Alarm", size = 1.0, sprite = 161, color = 1},
@ -171,7 +173,7 @@ Config = {
MyProperties = {
Command = 'myproperties',
Suggestion = 'To manage your propertys',
Control = 'F7', -- Controls list: https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
Control = '', -- Controls list: https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
},
ServerDestroy = {