forked from Simnation/Main
ed
This commit is contained in:
parent
55adb0ec7f
commit
1f0a23516e
46 changed files with 2671 additions and 9 deletions
|
@ -13,7 +13,7 @@ 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 = '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!!!
|
||||
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!!!
|
||||
BrutalKeys = false, -- Buy here: https://store.brutalscripts.com
|
||||
BrutalPoliceJob = false, -- Buy here: https://store.brutalscripts.com | Better connection
|
||||
|
@ -36,14 +36,14 @@ Config = {
|
|||
|
||||
Blips = {
|
||||
available = true,
|
||||
availableHouse = {label = "Available House", size = 0.7, sprite = 40, color = 2},
|
||||
availableGarage = {label = "Available Garage", size = 0.7, sprite = 357, color = 2},
|
||||
availableHouse = {label = "Kaufbares Haus", size = 0.7, sprite = 40, color = 2},
|
||||
availableGarage = {label = "Kaufbare Garage", size = 0.7, sprite = 357, color = 2},
|
||||
owned = true,
|
||||
myHouse = {label = "My House", size = 0.7, sprite = 40, color = 53},
|
||||
myGarage = {label = "My Garage", size = 0.7, sprite = 357, color = 53},
|
||||
hasKeyHouse = {label = "House", size = 0.7, sprite = 40, color = 53},
|
||||
hasKeyGarage = {label = "House", size = 0.7, sprite = 40, color = 53},
|
||||
ownedHouse = {label = "House", size = 0.7, sprite = 40, color = 1},
|
||||
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},
|
||||
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 +171,7 @@ Config = {
|
|||
MyProperties = {
|
||||
Command = 'myproperties',
|
||||
Suggestion = 'To manage your propertys',
|
||||
Control = '', -- Controls list: https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
|
||||
Control = 'F7', -- Controls list: https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
|
||||
},
|
||||
|
||||
ServerDestroy = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue