Need Help locating a few things to fix Within ESX

Good morning and happy Day After Thanksgiving to all.

I’ve been modding FiveM servers on and off for about 2 years but this is my first true crack at ESX. I’m getting by pretty well but I’ve got 2 small things that I haven’t found a fix for yet and I’m wondering if someone can point me in the right direction (I hope I’m posting this in the right place lol).

First I’m editing the LEO uniform in the Police Job and I’ve got it all set like I want, except for the holster. I can’t find the proper Hex Code in the config or anywhere else to tell the script to spawn the clothes with the firearm. It’s under scarfs which can be applied through VMenu but I don’t know what to write in the code to make it spawn. I’ve tried scarf_1 and scarfs_1 but neither work. Here’s what I currently

male = {
tshirt_1 = 43, tshirt_2 = 3,
torso_1 = 200, torso_2 = 0,
decals_1 = 0, decals_2 = 0,
arms = 4,
pants_1 = 49, pants_2 = 0,
shoes_1 = 25, shoes_2 = 0,
helmet_1 = 2, helmet_2 = 0,
chain_1 = 0, chain_2 = 0,
ears_1 = 0, ears_2 = 0,
bproof_1 = 19, bproof_2 = 0,
mask_1 = 90, mask_2 = 0
},

The Second thing I’m looking for is the display in the corner. The display that tells you your job, money, etc. I’m using the Zap-Hosting ESX PreLoad and I can’t find the option in ESX to turn that display off and on. I’ve attached a picture of exactly what I’m talking about.
156f9bbfe8dbeaceb6fb6ea042c8694409d62c81|267x233

If anyone could point me in the right direction, I’d be extremely grateful! Thanks all!!

Es extended config, default hud off

Oh I hadn’t seen that. Thanks!

Just looking through the skinchanger, I’m not seeing anything for the scarfs. Is this something I need to add here or?

local Components = {
{label = _U(‘sex’), name = ‘sex’, value = 0, min = 0, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘mom’), name = ‘mom’, value = 21, min = 21, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘dad’), name = ‘dad’, value = 0, min = 0, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘resemblance’), name = ‘face_md_weight’, value = 50, min = 0, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘skin_tone’), name = ‘skin_md_weight’, value = 50, min = 0, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘nose_1’), name = ‘nose_1’, value = 0, min = -10, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘nose_2’), name = ‘nose_2’, value = 0, min = -10, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘nose_3’), name = ‘nose_3’, value = 0, min = -10, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘nose_4’), name = ‘nose_4’, value = 0, min = -10, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘nose_5’), name = ‘nose_5’, value = 0, min = -10, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘nose_6’), name = ‘nose_6’, value = 0, min = -10, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘cheeks_1’), name = ‘cheeks_1’, value = 0, min = -10, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘cheeks_2’), name = ‘cheeks_2’, value = 0, min = -10, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘cheeks_3’), name = ‘cheeks_3’, value = 0, min = -10, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘lip_fullness’), name = ‘lip_thickness’, value = 0, min = -10, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘jaw_bone_width’), name = ‘jaw_1’, value = 0, min = -10, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘jaw_bone_length’), name = ‘jaw_2’, value = 0, min = -10, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘chin_height’), name = ‘chin_1’, value = 0, min = -10, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘chin_length’), name = ‘chin_2’, value = 0, min = -10, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘chin_width’), name = ‘chin_3’, value = 0, min = -10, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘chin_hole’), name = ‘chin_4’, value = 0, min = -10, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘neck_thickness’), name = ‘neck_thickness’, value = 0, min = -10, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘hair_1’), name = ‘hair_1’, value = 0, min = 0, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘hair_2’), name = ‘hair_2’, value = 0, min = 0, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘hair_color_1’), name = ‘hair_color_1’, value = 0, min = 0, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘hair_color_2’), name = ‘hair_color_2’, value = 0, min = 0, zoomOffset = 0.6, camOffset = 0.65},
{label = _U(‘tshirt_1’), name = ‘tshirt_1’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15, componentId = 8},
{label = _U(‘tshirt_2’), name = ‘tshirt_2’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15, textureof = ‘tshirt_1’},
{label = _U(‘torso_1’), name = ‘torso_1’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15, componentId = 11},
{label = _U(‘torso_2’), name = ‘torso_2’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15, textureof = ‘torso_1’},
{label = _U(‘decals_1’), name = ‘decals_1’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15, componentId = 10},
{label = _U(‘decals_2’), name = ‘decals_2’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15, textureof = ‘decals_1’},
{label = _U(‘arms’), name = ‘arms’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15},
{label = _U(‘arms_2’), name = ‘arms_2’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15},
{label = _U(‘pants_1’), name = ‘pants_1’, value = 0, min = 0, zoomOffset = 0.8, camOffset = -0.5, componentId = 4},
{label = _U(‘pants_2’), name = ‘pants_2’, value = 0, min = 0, zoomOffset = 0.8, camOffset = -0.5, textureof = ‘pants_1’},
{label = _U(‘shoes_1’), name = ‘shoes_1’, value = 0, min = 0, zoomOffset = 0.8, camOffset = -0.8, componentId = 6},
{label = _U(‘shoes_2’), name = ‘shoes_2’, value = 0, min = 0, zoomOffset = 0.8, camOffset = -0.8, textureof = ‘shoes_1’},
{label = _U(‘mask_1’), name = ‘mask_1’, value = 0, min = 0, zoomOffset = 0.6, camOffset = 0.65, componentId = 1},
{label = _U(‘mask_2’), name = ‘mask_2’, value = 0, min = 0, zoomOffset = 0.6, camOffset = 0.65, textureof = ‘mask_1’},
{label = _U(‘bproof_1’), name = ‘bproof_1’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15, componentId = 9},
{label = _U(‘bproof_2’), name = ‘bproof_2’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15, textureof = ‘bproof_1’},
{label = _U(‘chain_1’), name = ‘chain_1’, value = 0, min = 0, zoomOffset = 0.6, camOffset = 0.65, componentId = 7},
{label = _U(‘chain_2’), name = ‘chain_2’, value = 0, min = 0, zoomOffset = 0.6, camOffset = 0.65, textureof = ‘chain_1’},
{label = _U(‘helmet_1’), name = ‘helmet_1’, value = -1, min = -1, zoomOffset = 0.6, camOffset = 0.65, componentId = 0 },
{label = _U(‘helmet_2’), name = ‘helmet_2’, value = 0, min = 0, zoomOffset = 0.6, camOffset = 0.65, textureof = ‘helmet_1’},
{label = _U(‘glasses_1’), name = ‘glasses_1’, value = 0, min = 0, zoomOffset = 0.6, camOffset = 0.65, componentId = 1},
{label = _U(‘glasses_2’), name = ‘glasses_2’, value = 0, min = 0, zoomOffset = 0.6, camOffset = 0.65, textureof = ‘glasses_1’},
{label = _U(‘watches_1’), name = ‘watches_1’, value = -1, min = -1, zoomOffset = 0.75, camOffset = 0.15, componentId = 6},
{label = _U(‘watches_2’), name = ‘watches_2’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15, textureof = ‘watches_1’},
{label = _U(‘bracelets_1’), name = ‘bracelets_1’, value = -1, min = -1, zoomOffset = 0.75, camOffset = 0.15, componentId = 7},
{label = _U(‘bracelets_2’), name = ‘bracelets_2’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15, textureof = ‘bracelets_1’},
{label = _U(‘bag’), name = ‘bags_1’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15, componentId = 5},
{label = _U(‘bag_color’), name = ‘bags_2’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15, textureof = ‘bags_1’},
{label = _U(‘eye_color’), name = ‘eye_color’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘eye_squint’), name = ‘eye_squint’, value = 0, min = -10, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘eyebrow_size’), name = ‘eyebrows_2’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘eyebrow_type’), name = ‘eyebrows_1’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘eyebrow_color_1’), name = ‘eyebrows_3’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘eyebrow_color_2’), name = ‘eyebrows_4’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘eyebrow_height’), name = ‘eyebrows_5’, value = 0, min = -10, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘eyebrow_depth’), name = ‘eyebrows_6’, value = 0, min = -10, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘makeup_type’), name = ‘makeup_1’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘makeup_thickness’), name = ‘makeup_2’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘makeup_color_1’), name = ‘makeup_3’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘makeup_color_2’), name = ‘makeup_4’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘lipstick_type’), name = ‘lipstick_1’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘lipstick_thickness’), name = ‘lipstick_2’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘lipstick_color_1’), name = ‘lipstick_3’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘lipstick_color_2’), name = ‘lipstick_4’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘ear_accessories’), name = ‘ears_1’, value = -1, min = -1, zoomOffset = 0.4, camOffset = 0.65, componentId = 2},
{label = _U(‘ear_accessories_color’), name = ‘ears_2’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65, textureof = ‘ears_1’},
{label = _U(‘chest_hair’), name = ‘chest_1’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15},
{label = _U(‘chest_hair_1’), name = ‘chest_2’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15},
{label = _U(‘chest_color’), name = ‘chest_3’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15},
{label = _U(‘bodyb’), name = ‘bodyb_1’, value = -1, min = -1, zoomOffset = 0.75, camOffset = 0.15},
{label = _U(‘bodyb_size’), name = ‘bodyb_2’, value = 0, min = 0, zoomOffset = 0.75, camOffset = 0.15},
{label = _U(‘bodyb_extra’), name = ‘bodyb_3’, value = -1, min = -1, zoomOffset = 0.4, camOffset = 0.15},
{label = _U(‘bodyb_extra_thickness’), name = ‘bodyb_4’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.15},
{label = _U(‘wrinkles’), name = ‘age_1’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘wrinkle_thickness’), name = ‘age_2’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘blemishes’), name = ‘blemishes_1’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘blemishes_size’), name = ‘blemishes_2’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘blush’), name = ‘blush_1’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘blush_1’), name = ‘blush_2’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘blush_color’), name = ‘blush_3’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘complexion’), name = ‘complexion_1’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘complexion_1’), name = ‘complexion_2’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘sun’), name = ‘sun_1’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘sun_1’), name = ‘sun_2’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘freckles’), name = ‘moles_1’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘freckles_1’), name = ‘moles_2’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘beard_type’), name = ‘beard_1’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘beard_size’), name = ‘beard_2’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘beard_color_1’), name = ‘beard_3’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65},
{label = _U(‘beard_color_2’), name = ‘beard_4’, value = 0, min = 0, zoomOffset = 0.4, camOffset = 0.65}
}