Signal System

Like its lite version, Quasar Smartphone PRO has an incredible and advanced signal system, which will block access to some applications when we are not in a signal area.

Can I disable this system completely?

You can disable this system completely by removing the contents of Config.Mountains or by leaving it as {}.

If I use Config.ZoneDebug my latency starts to go up

This is normal, since if we enable said debug, the loops of the ox_lib zone visual zones will begin to appear. Disable it if you are not testing configurations, since this config was created solely for that.


Examples of the original configuration

You can use Config.ZoneDebug to guide you during the creation.

As shown in the following example, we can freely add different zones where there will be no signal using ox_lib zones. This system is very simple to configure by following the current settings and guiding you with them.

Config.Mountains = {
    {
        coords = vec3(1849.0, 362.0, 113.0),
        size = vec3(1081.0, 1994.0, 2023.0),
        rotation = 0.0,
        name = 'Mount Chiliad 1',
    },
    {
        coords = vec3(1954.219727, -1600.285767, 380.278320),
        size = vec3(581.0, 1394.0, 2023.0),
        rotation = 0.0,
        name = 'Mount Chiliad 2',
    },
    {
        coords = vec3(747.758240, 1232.281372, 512.465088),
        size = vec3(900.0, 900.0, 2023.0),
        rotation = 0.0,
        name = 'Mount Chiliad 3',
    },
    {
        coords = vec3(-890.030762, 1260.052734, 490.257080),
        size = vec3(1900.0, 700.0, 2023.0),
        rotation = 0.0,
        name = 'Mount Chiliad 4',
    },
    {
        coords = vec3(-697.740662, 2372.030762, 340.428589),
        size = vec3(1500.0, 1520.0, 2023.0),
        rotation = 0.0,
        name = 'Mount Chiliad 5',
    },
    {
        coords = vec3(-2601.098877, 1386.118652, 340.428589),
        size = vec3(800.0, 2520.0, 2023.0),
        rotation = 0.0,
        name = 'Mount Chiliad 6',
    },
    {
        coords = vec3(-960.778015, 4467.547363, 560.807373),
        size = vec3(1800.0, 2300.0, 2023.0),
        rotation = 0.0,
        name = 'Mount Chiliad 6',
    },
    {
        coords = vec3(758.518677, 5517.468262, 856.268799),
        size = vec3(1800.0, 1800.0, 2023.0),
        rotation = 0.0,
        name = 'Mount Chiliad 7',
    },
    {
        coords = vec3(3204.184570, 4860.448242, 504.562744),
        size = vec3(700.0, 4000.0, 2023.0),
        rotation = 15.0,
        name = 'Mount Chiliad 8',
    },
    {
        coords = vec3(1560.158203, 3230.914307, 181.113525),
        size = vec3(2500.0, 500.0, 2023.0),
        rotation = 20.0,
        name = 'Mount Chiliad 9',
    }
}

Last updated