Zum Hauptinhalt springen
  • Sofortiger digitaler Versand
  • Lebenslange Updates für ausgewählte Produkte
  • Vertraut von Server-Betreibern
FiveMX
Marktplatz
Komplette ServerBundlesNeuerscheinungen
FiveMX

Starte heute mit deinem Server.

Kuratierte FiveM-Ressourcen, sofortige Lieferung, kostenlose Starter-Mods und praktische Guides in einem ruhigen Marktplatz.

Shop durchsuchensupport@fivemx.com

Marktplatz

  • Marktplatz
  • FiveM Mods
  • Alle Produkte
  • Gratis-Mods
  • Beste Scripts und Mods
  • FiveM Scripts

Frameworks

  • QBCore Scripts
  • ESX Scripts
  • QBox
  • Standalone

Community

  • Blog
  • Hilfe
  • Creator
  • Partnerprogramm

Rechtliches

  • Datenschutz
  • AGB
  • Rückerstattung
  • Digitale Lieferung
  • Cookie-Richtlinie
  • DSGVO
  • DMCA
  • Impressum
  • Redaktionsrichtlinie

Server-Templates

  • QBCore-Server-Template
  • ESX-Server-Template
  • NoPixel-Server-Template
  • Server-Packs
  • Kostenlose Templates
  • Tebex-Alternative
© 2026 FiveMX. Alle Rechte vorbehalten.·FiveMX ist nicht mit Rockstar Games, Take-Two Interactive oder CFX.re verbunden. Alle Marken sind Eigentum ihrer jeweiligen Inhaber.
DiscordDocs
Kompatibilität:

Hubschrauber-Kamera

8,73 €

Sicherer Checkout

Karten, Apple Pay, Google Pay, iDEAL/Wero, Bancontact, EPS, Przelewy24 und optional Crypto, wenn über Stripe verfügbar.

Sofortiger Dateizugriff nach der ZahlungSupport und Rückgaberecht vor dem Checkout sichtbar
Support vor dem Kauf fragenRückgaberecht lesen
Sofortiger Zugang
SSL-verschlüsselt
Karten, Wallets, Bank-Weiterleitungen
Frameworksesx, qbcore, qbox, standalone
Setup

Requires a FiveM server, QBCore, access to server resources, and permission to restart the resource after configuration.

RequirementsAuf dieser Seite veröffentlicht
PreviewVerfügbar

Beschreibung

Helicopter Camera

Config file:

Config = {}

Config.TimeFormat = 0 -- 0 = ZULU (UTC), 1 = In Game Time, 2 = OS TIME (Local Time)
Config.DateFormat = 1 -- 0 = MM/DD/YY, 1 = DD/MM/YY, 2 = YY/MM/DD, 3 = DD-Mon-YYYY

Config.PlaySounds = true
Config.PlayCameraMovementSounds = true -- If true, sounds will be played when you move the helicopter camera
Config.DisablePoliceScanner = true -- If true, disables the police radio/scanner/dispatch sounds.
Config.DisableFlightMusic = true -- If true, the ambiant flight music will be disabled.

Config.CameraTransition = true -- If true, the camera will ease when you enter/exit the camera
Config.CameraTransitionTime = 1000 -- The time the transition/ease will take.

Config.CameraTimecycle = false -- false or string (Broken_camera_fuzz, CAMERA_BW, CAMERA_secuirity, secret_camera or any valid timecycle: https://wiki.rage.mp/index.php?title=Timecycle_Modifiers)
Config.CameraTimecycleStrength = 0.5 -- 0.0 to 1.0, the strngth of the camera timecycle, only used if Config.CameraTimecycle is set to a string.

Config.ShowLatitudeLongitude = false -- If set to true, it shows latitude/longitude, otherwise it shows the street and area
Config.TargetMaxReach = 424.0 -- The longest distance we can target an entity (424 is the regular culling dist for a player, you won't ever be able to practically reach this long anyway)

Config.ForceCameraLabel = false -- false or Label
Config.CanUseAnyHelicopter = false -- If true, any helicopter can be used, if false, only helicopters in the Config.Helicopters table are allowed.

Config.AllowCameraLock = true -- If true, the camera can lock onto the ground/targets
Config.InstantCameraLock = false -- If true, the camera will immediately lock on to the target instead of requiering a grace period
Config.AllowCameraLockOnGround = true -- If true, the camera can lock onto the ground/buildings etc.
Config.CameraLockBreakTicks = 3 -- The maximum amount of ticks the camera can lose visual of the point/person/vehicle before it breaks.
-- If true, when locking onto an entity it will lock to the center of it, if false the camera locks onto the part of the entity you were aiming at right before locking.
Config.LockOntoCenter = {
    Peds = true,
    Vehicles = false
}

Config.ShowLicensePlate = true -- (LPL)
Config.CheckLicensePlateAngle = true -- If true, it checks the angle between the helicopter camera and the plate. This reasults in player beeing unable to get a license plate read when the camera can't clearly see the plate.
Config.OnlyShowPlateIfLocked = false -- If true, the plate will only be showed if we have a lock on the vehicle.

Config.WhitelistedJobs = false -- If false, the script doesn't check for jobs. If you want to check for jobs add a table where the job is the key, and the value is the job level like so: Config.WhitelistedJobs = { ['police'] = 2, ['ambulance'] = 5 }
Config.ShowMessageIfWrongJob = true -- If true, it will display an error message of you attempt to enter the camer without the right job, if false no message, just won't allow you to enter

-- false = Anyone can use the camera (including the pilot), 1 = Any passanger (not pilot) can use the camera, 2 = Only rear passangers can use the camera
Config.PassengerOnly = false

Config.ShowPostalCodes = false -- Shows postals while in the camera (This is a little resource heavy)
Config.PostalResource = nearest-postal -- The resource the postal file is located in (resource must be loaded before helicam, and the files must be formated like nearest-postal)
Config.PostalFile = new-postals.json -- MUST be a JSON file! (Note: The file must be loaded inside the fxmanifest of Config.PostalResource for the helicam script to be able to read it)

-- Adds a audio sumbix while in a helicopter/plane (noise suppression) (NOTE: Get's applied to all helicopters/planes, not just the ones with a camera)
Config.UseSubmix = true
Config.NoSubmixInCamera = false -- Only applys if Config.UseSubmix is set to true, if true, this will stop the submix when you are using the camera

-- If true, players will be able to rappel from helicopters that support it.
Config.AllowRappeling = true

-- If the script should add chat suggestions for some of the chat commands.
Config.AddChatSuggestions = true

-- Spotlight
Config.AllowSpotlight = true
Config.MaxAmountOfSpotlights = false -- false or number, set's the maximum amount of spotlights that are allowed on the server at any given time (global limit)
Config.Spotlight = {
    Colour = { R = 255, G = 255, B = 255 },
    MaxDistance = 600.0,
    DefaultBrightness = 5.0,
    MinBrightness = 0.5,
    MaxBrightness = 20.0,
    BrightnessIncrements = 0.75,
    Roundness = 2.0,
    DefaultRadius = 10.0,
    MinRadius = 5.0,
    MaxRadius = 15.0,
    RadiusIncrements = 0.75,
    Falloff = 200.0,
}

Config.HideMinimap = false
Config.ZoomBarOffset = 20 -- The offset in % from the bottom of the screen the zoom bar will be when the minimap is enabled. (If you have something on the top of your minimap then setting it to 25 usally works well)
Config.TargetBlip = {
    Display = true,
    Sprite = 390,
    Colour = 40
}

Config.AllowNightVision = true
Config.AllowNightVisionDuringDay = false -- If the night vision can be enabeld during the day or not.
Config.AllowThermal = true
Config.ThermalOptions = {
    MaxThickness = 1.0,
    MinNoise = 0.0,
    MaxNoise = 0.1,
    FadeStart = 5000.0,
    FadeEnd = 6000.0
}

Config.AllowMarkers = true
Config.Marker = {
    MaxAmount = 9,
    MaxDrawDistance = 1000.0,
    Circle = {
        Type = 23,
        Scale = 8.0,
        Colour = { R = 230, G = 50, B = 50, A = 200 }
    },
    Number = {
        Display = true,
        Scale = 6.0,
        Colour = { R = 230, G = 50, B = 50, A = 200 }
    },
    Blip = {
        Display = true,
        Number = true,
        Sprite = 57,
        Scale = 0.75,
        Colour = 1
    }
}

Config.UseAnimProp = true -- If true, players will have a tablet in their hands while using the camera
Config.Tablet = {
    model = -1585232418,
    anim = {
        dict = amb@world_human_seat_wall_tablet@female@base,
        name = base
    },
    bone = 57005,
    offset = vector3(0.17, 0.10, -0.13),
    rotation = vector3(20.0, 180.0, 180.0)
}

Config.ShowInstructions = false -- If true, instructions will be showns while you are in the camera
-- Used this website to get the controls (~INPUT_5D25DCCD~ for example): http://tools.povers.fr/hashgenerator/
-- 0 = On the right, 3+ = on the left.
Config.InstructionButtons = {
    [0] = { control = ~INPUT_662F7BF5~, label = Add/Remove Marker },
    [1] = { control = ~INPUT_DB471A88~, label = Cycle Vision },
    [2] = { control = ~INPUT_51D50495~, label = Spotlight },
    [3] = { control = ~INPUT_5D25DCCD~, label = Exit Camera }
}

-- Speed Units:
-- KTS = Knots (nautical miles per hour)
-- MPH = Miles per hour
-- KMH = Kilometers per hour
-- MPS = Meters per second
-- FPS = Feet per second

-- Distance Units:
-- FT = Feet
-- M = Meters
-- MI = Miles
Config.Units = {
    Speed = KMH,
    Altitude = M,
    TargetSpeed = KMH,
    TargetElevation = M,
    TargetDistance = M
}

Config.Camera = {
    MovementSpeed = {
        Keyboard = 3.0,
        Controller = 1.0
    },
    Zoom = {
        Max = 100.0,
        Min = 5.0,
        Speed = 5.0
    },
    RotationLimits = {
        Up = 25.0,
        Down = -89.5
    }
}

-- Docs: https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/ -- https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/
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 =
    }
}

Config.Localisation = {
    -- Notifications
    Notification = {
        JobNotWhitelisted = "You don't have the required job!",
        JobGrade = "Your job grade is to low!",
        NoCameraHeli = "This helicopter doesn't have a camera!",
        NoCameraPlane = "This plane doesn't have a camera!",
        IsPilot = "You can't use the camera while you are the pilot!",
        NotInRear = "You need to be in the rear of the helicopter to use the camera!",
        CameraInUse = "Someone else is already using the camera!",
        SpotlightInUse = "Someone else is already using the camera spotlight!",
        NoSpotlight = "This helicopter does not have a spotlight!",
        SpotlightGlobalLimit = "The global spotlight limit has been reached!",
        CannotRappelFromHeli = "This helicopter does not support rappeling!",
        CannotRappelFromSeat = "You cannot rappel from this seat!",
        ToHighToRappel = "The helicopter is to far up to rappel!",
        ConfirmRappel = "Are you sure you want to rappel? (Press again to confirm)",
        Rappeling = "Rappeling!"
    },
    -- Blip Names
    Blip = {
        Target = "Helicam Target",
        Marker = "Helicam Marker"
    },
    -- Keybinding Descriptions
    KeyMapping = {
        ToggleCam = "Helicam - Toggle Camera",
        AttemptLock = "Helicam - Attempt Lock",
        CycleVision = "Helicam - Cycle Vision",
        ToggleMarker = "Helicam - Add/Remove Markers",
        Rappel = "Helicam - Rappel From Helicopter",
        Spotlight = "Helicam - Toggle Spotlight",
        SpotlightBrightness = "Helicam - (+ scroll) Adjust Spotlight Brightness",
        SpotlightRadius = "Helicam - (+ scroll) Adjust Spotlight Radius",
        Postals = "Helicam - Toggle Postals"
    },
    ChatSuggestions = {
        ToggleCamera = "Enter/Exit the helicopter camera",
        Rappel = "Rappel from the helicopter"
    }
}

-- Nightvision/Thermal/Spotlight/PassengerOnly can be manually enabled/disabled for each model by adding one or more of following varabels under the model.
-- nightvision = false / true
-- thermalvision = false / true
-- spotlight = false / true
-- passengerOnly = false / 1 / 2 (see Config.PassengerOnly)
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,
        -- thermalvision = true,
        -- spotlight = true,
        -- passengerOnly = false,
        labels = {
            [0] = "FLIR SYSTEMS"
        }
    },
    -- Police Maverick (polmav)
    [353883353] = {
        offset = vector3(0.0, 2.65, -1.0),
        labels = {
            [0] = "LOS SANTOS POLICE DEPARTMENT",
            [1] = "AIR AMBULANCE"
        }
    },
    -- Maverick (maverick)
    [-1660661558] = {
        offset = vector3(0.0, 3.45, -0.65)
    },
    -- Buzzard Attack Chopper (buzzard)
    [788747387] = {
        offset = vector3(0.0, 2.15, -0.35)
    },
    -- Buzzard (buzzard2)
    [745926877] = {
        offset = vector3(0.0, 2.15, -0.35)
    },
    -- Frogger (frogger)
    [744705981] = {
        offset = vector3(-1.0, 3.02, -1.1)
    },
    -- TPI/FIB Frogger (frogger2)
    [1949211328] = {
        offset = vector3(-1.0, 3.02, -1.1),
        labels = {
            [0] = "FEDERAL INVESTIGATION BUREAU",
            [1] = "TREVOR PHILIPS ENTERPRISES"
        }
    },
    -- Annihilator/Patriotism and Immigration Authority (annihilator)
    [837858166] = {
        offset = vector3(-0.5, 4.0, -0.35),
        labels = {
            [0] = "NATIONAL OFFICE OF SECURITY ENFORCEMENT"
        }
    },
    -- Valkyrie (valkyrie)
    [-1600252419] = {
        offset = vector3(0.0, 4.0, -1.15),
        labels = {
            [0] = "UNITED STATES ARMY"
        }
    },
    -- Avenger (avenger)
    [-2118308144] = {
        offset = vector3(0.0, 9.45, -2.45),
        labels = {
            [0] = "UNITED STATES MARINES"
        }
    },

    -- Example of custom helicopter:
    -- Emergency Maverick AS350 (eheli)
    -- [`eheli`] = {
    --     offset = vector3(0.0, 3.0, -1.15),
    --     labels = {
    --         [0] = "LOS SANTOS POLICE DEPARTMENT",
    --         [1] = "SAN ANDREAS HIGHWAY PATROL",
    --         [2] = "BLAIN COUNTY SHERIFF OFFICE",
    --         [3] = "SAN ANDREAS FIRE DEPARTMENT"
    --     }
    -- },
    -- You can also do GetHashKey(eheli) instead of `eheli`
    -- Here is a guide if you need more help: https://madsl.gitbook.io/docs/resources/helicopter-camera/adding-custom-helicopters
}

Related FiveM Police Scripts

  • Humane Labs Heist (QBCore)
  • Sandy Shores EMS + Police Station
  • Vinewood PD v1
  • ADS Police Script

Installationshinweise

Requires a FiveM server, QBCore, access to server resources, and permission to restart the resource after configuration.
Installationshinweise
Requires a FiveM server, QBCore, access to server resources, and permission to restart the resource after configuration.

Kaufen, wenn es Setup-Zeit spart

Nutze diese Checkliste, um schnell zu prüfen, ob die Ressource zu deinem Server-Build, Framework und Support-Bedarf passt.

Nutzen für Serverbetreiber

Hubschrauber-Kamera soll Police Scripts reduzieren, statt dass du dasselbe System von Grund auf neu bauen musst.

Kompatibilität

Funktioniert mit esx, qbcore, qbox, standalone. Prüfe vor dem Einsatz auf einem Live-Server den Anforderungsblock.

Kaufsicherheit

Sofort-Download, Stripe-Checkout, Supportzugang und Hinweise zur Erstattung sind vor der Zahlung sichtbar.

Entscheidungsgrundlagen

Anforderungen, Vorschauvideo, Produkt-Q&A

Produkt-Fit, Setup und Nachweise auf einen Blick

Nutze die auf dieser Seite veröffentlichten Fakten, um vor dem Checkout zu prüfen, ob Hubschrauber-Kamera zu deinem Server passt.

Kompatibilität

Frameworks
ESX, QBCore, QBOX, Standalone
Category
Polizei-Skripte

Setup & Anforderungen

Install flow
Download → resources-Ordner → ensure in server.cfg
Requirements
Auf dieser Seite veröffentlicht
File size
43.56 KB

Nachweise & Käuferfragen

Reviews
Noch keine Bewertungen
Answered Q&A
Vor dem Kauf fragen

Nur die auf dieser Seite veröffentlichten Fakten sollten als bestätigt gelten. Wenn du mehr Details brauchst, prüfe vor dem Checkout Beschreibung, Anforderungen, Changelog, Bewertungen und die Produkt-Q&A.

BeschreibungAnforderungenVorschauvideo
Polizei-Skripte
Kompatibilität:
ESX
QBCore
QBOX
Standalone

Hubschrauber-Kamera

Review-Prozess
8,73 €

Sicherer Checkout

Karten, Apple Pay, Google Pay, iDEAL/Wero, Bancontact, EPS, Przelewy24 und optional Crypto, wenn über Stripe verfügbar.

Sofortiger Dateizugriff nach der ZahlungSupport und Rückgaberecht vor dem Checkout sichtbar
Support vor dem Kauf fragenRückgaberecht lesen
Sofortiger Zugang
SSL-verschlüsselt
Karten, Wallets, Bank-Weiterleitungen
Frameworksesx, qbcore, qbox, standalone
Setup

Requires a FiveM server, QBCore, access to server resources, and permission to restart the resource after configuration.

RequirementsAuf dieser Seite veröffentlicht
PreviewVerfügbar
Startseite
Marktplatz
Polizei-Skripte
Polizei-Skripte
ESX
QBCore
QBOX
Standalone
Review-Prozess

Hauptmerkmale

  • Camera Lock System

    Lock the camera onto ground targets, buildings, vehicles, or pedestrians with configurable lock-on behavior and break mechanics

  • License Plate Recognition

    Display vehicle license plates with angle-checking to ensure clear visibility from the helicopter camera perspective

  • Spotlight Control

    Deploy and adjust a spotlight with configurable brightness (0.5 to 20.0), radius (5.0 to 15.0), color, and falloff distance up to 600.0 units

  • Multiple Time and Date Formats

    Choose between ZULU (UTC), in-game time, or local OS time; display dates in MM/DD/YY, DD/MM/YY, YY/MM/DD, or DD-Mon-YYYY formats

  • Helicopter Rappelling

    Allow players to rappel from helicopters that support the feature

Häufig gestellte Fragen

Ähnliche Produkte

18,32 €
6,98 €
6,11 €
6,11 €

Passende Tutorials & Guides

Erfahre mehr über die Einrichtung, Konfiguration und Nutzung dieses Produkttyps.

ESX vs QBCore vs QBOX: Technischer Framework-Vergleich 2026

ESX vs QBCore vs QBOX: Technischer Framework-Vergleich 2026

Die Wahl eines Frameworks ist die folgenreichste Entscheidung beim Aufbau eines FiveM-Servers. Sie bestimmt, welche Scripts du nutzen kannst, wie deine Entwickler Code schreiben,…

FiveM Frameworks erklärt: Kompletter Guide zu ESX, QBCore & QBOX

FiveM Frameworks erklärt: Kompletter Guide zu ESX, QBCore & QBOX

FiveM Frameworks bilden das Rückgrat von Roleplay-Servern. Sie sind nicht nur Code-Bibliotheken — sie sind komplette Systeme, die Spieleridentität, Jobs, Inventar, Berechtigungen,…

Adapter-Patterns: ESX, QBCore & QBOX (Exports, Events & APIs)

Adapter-Patterns: ESX, QBCore & QBOX (Exports, Events & APIs)

Dies ist ein FiveM Framework Adapter – für Scripter. Liefere eine einzige Ressource, die auf ESX, QBCore und QBOX läuft, indem du framework-spezifische Aufrufe hinter einem…

Baue deinen FiveM Server weiter aus

Nutze dieses Produkt als Teil eines groesseren Setups. Entdecke verwandte Kategorien, alternative Frameworks, Premium-Bundles und kostenlose Erweiterungen.

EMS Scripts entdeckenAdmin Tools entdeckenAlle Scripts durchsuchenPolizei-Skripte Scriptsesx ScriptsQBCore als AlternativeQBox als AlternativeKostenlose FiveM ModsBundles vergleichen
Police System CAD/MDT

Police System CAD/MDT

Core Multiple Jobs

Core Multiple Jobs

Police Badge Show

Police Badge Show

Policejob Animations

Policejob Animations