Sistema de Helicam [STANDALONE / ESX / QB-CORE / VRP]

PierreMoraes
Admin
Iscritto: 2025-01-10 20:30:20
2025-01-20 12:39:48

Translator
 
 
 
 

 

Sistema de Helicam


Funções:

Controle de camera

Modo de visão: Termal, Nightvision, normal

Marcador

Scaner de veiculo

Spotlight

Controle de intensidade da luz do Spotlight

Rapel

 

 

Config da UI 
-- Status do Helicoptero
Config.x = -0.19
Config.y = 0.45


Marcador de Velocidade
Config.Units = {
    Speed = "KMH",
    Altitude = "M", 
    TargetSpeed = "KMH",
    TargetElevation = "M",
    TargetDistance = "M"
}

Controles
Config.Keybinds = {
    ToggleCam = {
        Type = "KEYBOARD",
        Key = "E"
    },
    AttemptLock = {
        Type = "KEYBOARD",
        Key = "SPACE"
    },
    CycleVision = {
        Type = "MOUSE_BUTTON",
        Key = "MOUSE_RIGHT"
    },
    ToggleMarker = {
        Type = "MOUSE_BUTTON",
        Key = "MOUSE_MIDDLE"
    },
    Rappel = {
        Type = "KEYBOARD",
        Key = "X"
    },
    Spotlight = {
        Type = "KEYBOARD",
        Key = "G"
    },
    SpotlightBrightness = {
        Type = "KEYBOARD",
        Key = "LMENU"
    },
    SpotlightRadius = {
        Type = "KEYBOARD",
        Key = "LCONTROL"
    },
    Postals = {
        Type = "KEYBOARD",
        Key = "R"
    }
}

Modelos permitido uso da camera e funções
Config.Helicopters = {
    -- Default (if there is any missing data it will draw it's options from here)
    default = {
        offset = vector3(0.0, 0.0, -1.0),
        -- nightvision = true,   -- These are only needed/used if Config.AllowNightVision or Config.AllowThermal is set to false
        -- thermalvision = true, -- You can add these to each and every model, adding these and setting them to false disables the vision even if Config.AllowThermal etc. is set to true
        -- spotlight = true,     -- Allows yo overwrite Config.AllowSpotlight on a helicopter to helicopter basis.
        -- passengerOnly = false,
        labels = {
            [0] = "FLIR SYSTEMS"
        }
    },
    -- Police Maverick (polmav)
    [353883353] = {
        offset = vector3(0.0, 2.65, -1.0),
        labels = { -- Liveries
            [0] = "LOS SANTOS POLICE DEPARTMENT", -- 0 is default
            [1] = "AIR AMBULANCE"
        }
    },[-1660661558] = {
        offset = vector3(0.0, 3.45, -0.65)
    },
}


Hash dos veiculos na cidade para travar camera e acompanhar automaticamente
numberplates.lua
local vehicleNumberPlates = {
    ['default'] = {
        front = { static = true },
        rear = { static = true }
    },

    -- Commercials --
    -- Benson (benson)
    [2053223216] = {
        front = { onBumper = true },
        rear = false
    },
    -- Biff (biff)
    [850991848] = {
        front = { onBumper = true },
        rear = { static = true }
    },
}

brainerstorm_e8c1d90e828f4215fbbc4afe89371895.png

brainerstorm_91ed0541f3c8d9c85a251f8daf8209ec.png

brainerstorm_0730e9dfbd4e1ed1c82ba28d97f481b4.png

brainerstorm_e1c12b78e1bad4d9d08377bc5163d621.png

 

DOWNLOAD