wrenchConfiguration

Here you can take a look at our config files for NEX Gruppe6.

config/client.lua
return {
    target = 'ox',                    -- interact or ox or qb
    mainPed = {                       -- Ped of Gruppe6 Location to start job
        enabled = true,               -- Enable it or Disable it if you want to use our events through NPC Dialog or something else
        coords = vec4(-23.8742, -661.1015, 32.4803, 186.4),
        model = `mp_s_m_armoured_01`, -- Must be hash
        scenario = "WORLD_HUMAN_STAND_MOBILE"
    },
    fuelScript = {
        enabled = false, -- if false it will use ox_fuel
        name = 'LegacyFuel'
    },
    removeKeys = false,            -- Change this to true if you are using script that has keys as item
    bagsPed = `s_m_m_security_01`, -- Must be hash
    blip = {
        sprite = 1,
        display = 4,
        scale = 0.8,
        color = 15,
    },
    checkoutPed = `s_m_m_prisguard_01`, -- Must be hash
    checkoutPedCoords = vector4(-1318.2567, -832.4992, 16.9689, 132.5485),
}

Last updated