0.0.1
This commit is contained in:
BIN
resources/[creators]/jobs_creator/utils/settings/cl_settings.lua
Normal file
BIN
resources/[creators]/jobs_creator/utils/settings/cl_settings.lua
Normal file
Binary file not shown.
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"client": {
|
||||
"useJSFourIdCard": false,
|
||||
"textFont": 0,
|
||||
"enableAlarmWhenLockpicking": true,
|
||||
"textSize": 1,
|
||||
"carLockpickTime": 10,
|
||||
"use3Dtext": false,
|
||||
"licenses": {
|
||||
"driver": {
|
||||
"drive_truck": true,
|
||||
"drive_bike": true,
|
||||
"drive": true,
|
||||
"dmv": true,
|
||||
"driver": true
|
||||
},
|
||||
"weapon": {
|
||||
"weapon": true
|
||||
}
|
||||
},
|
||||
"canUseActionsMenuWhileOffDuty": false,
|
||||
"markerDistance": 10,
|
||||
"marketSellOnePerTime": false,
|
||||
"menuPosition": "bottom-right",
|
||||
"actionsMenuKey": "f6",
|
||||
"freezeWhenSoftHandcuffed": false,
|
||||
"freezeWhenHardHandcuffed": false,
|
||||
"searchRequiresHandcuffState": false,
|
||||
"targetingScript": "none",
|
||||
"whitelistedControlsWhileHandcuffed": [],
|
||||
"toggleDrag":{
|
||||
"enabled": true,
|
||||
"key": "g"
|
||||
}
|
||||
},
|
||||
"server": {
|
||||
"areDiscordLogsActive": false,
|
||||
"specificWebhooks": [],
|
||||
"acePermission": "jobcreator",
|
||||
"mainDiscordWebhook": "",
|
||||
"unemployedGrade": 0,
|
||||
"unemployedJob": "unemployed",
|
||||
"handcuffRequireItem": false,
|
||||
"handcuffsItemName": "handcuffs",
|
||||
"handcuffsRemoveOnUse": false,
|
||||
"lockpickCarRequireItem": false,
|
||||
"lockpickItemName": "lockpick",
|
||||
"lockpickRemoveOnUse": false,
|
||||
"robbableAccounts": ["money", "black_money"],
|
||||
"canAlwaysCarryItem": false,
|
||||
"depositableInSafeAccounts": ["money", "black_money"],
|
||||
"repairVehicleRequireItem": false,
|
||||
"repairVehicleItemName": "fixkit",
|
||||
"repairVehicleRemoveOnUse": false,
|
||||
"cleanVehicleRequireItem": false,
|
||||
"cleanVehicleItemName": "sponge",
|
||||
"cleanVehicleRemoveOnUse": false,
|
||||
"healRequireItem": false,
|
||||
"healItemName": "bandage",
|
||||
"healRemoveOnUse": false,
|
||||
"reviveRequireItem": false,
|
||||
"reviveItemName": "medikit",
|
||||
"reviveRemoveOnuse": false,
|
||||
"enablePropertyOutfits": true,
|
||||
"parkAllOwnedVehiclesOnRestart": false,
|
||||
"blackMoney": {
|
||||
"worthType": "quantity",
|
||||
"object": {
|
||||
"type": "account",
|
||||
"name": "black_money",
|
||||
"label": "Default"
|
||||
},
|
||||
"metadataFieldId": ""
|
||||
}
|
||||
},
|
||||
"shared": {
|
||||
"locale": "en",
|
||||
"allowAfkFarming": false,
|
||||
"externalScriptsNames": {
|
||||
"es_extended": "es_extended",
|
||||
"esx_addonaccount": "esx_addonaccount",
|
||||
"esx_society": "esx_society",
|
||||
"ox_inventory": "ox_inventory",
|
||||
"qb-inventory": "qb-inventory",
|
||||
"billing_ui": "billing_ui",
|
||||
"qb-core": "qb-core",
|
||||
"qb-weapons": "qb-weapons",
|
||||
"qb-banking": "qb-banking",
|
||||
"qb-vehiclekeys": "qb-vehiclekeys",
|
||||
"esx_skin": "esx_skin",
|
||||
"qb-clothing": "qb-clothing",
|
||||
"illenium-appearance": "illenium-appearance",
|
||||
"ox_target": "ox_target",
|
||||
"qb-target": "qb-target",
|
||||
"esx_textui": "esx_textui",
|
||||
"ox_lib": "ox_lib"
|
||||
},
|
||||
"modules": {
|
||||
"logs": "jaksam",
|
||||
"stash": "default",
|
||||
"progressbar": "jaksam",
|
||||
"menu": "menu_default",
|
||||
"search_player": "default",
|
||||
"textui": "none",
|
||||
"outfits": "default",
|
||||
"skillcheck": "jaksam",
|
||||
"banking": "default",
|
||||
"notify": "default",
|
||||
"boss": "default"
|
||||
},
|
||||
"handcuffsEnableSelfRelease": false,
|
||||
"resetEmployeeWorkTimeEveryNDays": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
If your server doesn't create current_config.json file automatically, follow these steps:
|
||||
1. Duplicate the file 'default_config.json' in the same directory
|
||||
2. Rename the duplicated file to 'current_config.json'
|
||||
3. Move the 'current_config.json' file to the folder that contains the 'fxmanifest.lua' file of the script
|
||||
BIN
resources/[creators]/jobs_creator/utils/settings/sv_settings.lua
Normal file
BIN
resources/[creators]/jobs_creator/utils/settings/sv_settings.lua
Normal file
Binary file not shown.
Reference in New Issue
Block a user