Config = {
Locale = 'de',
esxExtendedName = 'es_extended', -- How you have named your es_extended mod, if you have renamed it.
useLegacyFuel = false, -- if you are using Legacy fuel mod, you have to set this value to true
useSNAFuel = false, -- if you are using SNA fuel mod, you have to set this value to true
checkPointSound = { -- sound that will be played if a player pass a checkpoint see: https://docs.fivem.net/natives/?_0x67C540AA08E4A6F5
soundId = 'HACK_SUCCESS',
audioName = 'DLC_HEIST_BIOLAB_PREP_HACKING_SOUNDS'
},
lobbyTimeInSec = 2,
viewRangeForMarkers = 100, -- Player must be in this range that all markers will be rendered
cititzenWaitTimeForMarkers = 5, -- enter here a lower value if markers flickering
useESX_XP = false, -- if you use esx_esp mod you have to set this value to true
xperience = false, -- if you use xperience (https://github.com/Mobius1/xperience) mod you have to set this value to true
useQbCore = false, -- if you are using ESX, change this value to false. If you are using QBCore, set value to true
esxEventNames = { -- used esx events can here renamed, if you use a anti cheat tool
setJob = 'esx:setJob',
playerLoaded = 'esx:playerLoaded',
sendMessage = 'esx:showNotification',
addGroupCommand = 'es:addGroupCommand',
This file has been truncated. show original