How to add mechanic job to custom building?

i’m using (qb-customs-2-main) for tuning and i added MLO custom Shop and i wanna add the tune in it
so can anyone help me doing that ?
Discord : xpapaj0ex

If you use the newest one you can find the locations in the locations.lua in the shared folder:

Here is the newest version:

i added the new location but it just added blip on map for it but the script itself not working in the custom building

But you changed the right coords? You Need to change the Blip coord for the blip and the zone coords for the tuning zone

    ['Example'] = {
        settings = {
            label = 'Example Motorworks',
            welcomeLabel = "Welcome to Example Motorworks!",
            enabled = true,
        },
        blip = {
            label = 'Example Motorworks',
            coords = vector3(blip-x, blip-y, blip-z),
            sprite = 72,
            scale = 0.65,
            color = 0,
            display = 4,
            enabled = true,
        },
        categories = {
            repair = true,
            turbo = true,
            respray = true,
            liveries = true,
            wheels = true,
            tint = true,
            plate = true,
            extras = true,
            neons = true,
            xenons = true,
            horn = true,
            cosmetics = true,
        },
        drawtextui = {
            text = "Example Motorworks"
        },
        restrictions = { deniedClasses = { 18 } },
        zones = {
            { coords = vector3(Zone-X, Zone-Y, Zone-Z), length = 6.0, width = 4.0, heading = 32.0, minZ = 35.0, maxZ = 39.0 }
    },



just added the blip and yeah all the cords are right when i go inside with car it must say tune or something like benny workshop but in the custom building it don’t notify anything

in benny’s workshop i get this

Adjust your minZ and maxZ accordingly.

I’m new to dev so can you contact me discord and help me through that please ?

  • i need some help creating job menu which we use from F6
    i will be glad if you help me sir
    my discord : xpapaj0ex

Sorry I’m not personal support, don’t mean to sound rude with that - everyone has to learn and sometimes just diving in is the best way, figure out what xy and z is (relative to coords)

at least explain more to me so i can take a good step