Phone Technician

In case your phone has been broken or perhaps you forgot your password, you can count on the Telephone Technician. This only allows one point on the map, but it will charge you some money to repair your wet phone or to change the password.

The technician does nothing when interacting with him

This happens because your esx_menu_default or qb-menu is not the correct version or perhaps some modification broke it, use the original ones from your framework.


Basic Technician Configuration

You can add as many technicians as you want or even run okokTextUI.

Below we will introduce you to the basic configuration of the telephone technician.

Config.ResetPassword = {
    spawnNPC = true,
    spots = {
        {
            coords = vec3(-1524.32, -409.3, 35.6),
            money = 500,
            text = '[E] - Telephone Technician',
            ped = {
                h = 230.65,
                model = `hc_hacker`
            },
            blip = {
                name = 'Telephone technician',
                sprite = 89,
                color = 1,
                scale = 0.7
            }
        },

        --[[ {
            coords = vec3(-1500.553833, -432.039551, 35.547974),
            money = 500,
            text = '[E] - Telephone Technician',
            ped = {
                h = 230.65,
                model = `hc_hacker`
            },
            blip = {
                name = 'Telephone technician',
                sprite = 89,
                color = 1,
                scale = 0.7
            }
        }, ]]

        -- Add more spots here
    },
    okokTextUI = {
        enable = true, -- Habilitar el sistema de UI de texto
        colour = { r = 255, g = 255, b = 255, a = 255 }, -- Color del texto UI
        position = 'center' -- Posición del texto UI
    }
}

Last updated