Most FiveM vehicle fleets stop at cars. That works for many servers, but a build that wants sustained engagement and genuine faction depth eventually hits the ceiling a ground-only fleet imposes. Aviation and maritime vehicles are not luxury additions. For the right server type, they are the difference between a flat world and one players keep logging into.
What Air and Sea Vehicles Actually Unlock
Helicopters allow police and EMS factions to run pursuit and rescue scenarios that ground units cannot replicate. Fixed-wing aircraft open cross-map transport routes — bush pilots, smugglers, cargo drops — that create player-driven gameplay loops with no ground equivalent. Boats expand the map itself: FiveM’s ocean and river systems go completely unused on most servers, which means a coastguard faction or cartel smuggling run by sea is genuinely novel for players who have exhausted the car meta.
Add-On vs Replace: Getting the Install Right
Aircraft and boats follow the same add-on versus replace logic as ground vehicles, but the stakes are higher. Replace slots for aircraft are limited and collide with base game content. An add-on install uses a custom spawn name and streams independently — the correct approach for any serious fleet build.
Aviation handling data has many more active flags than ground vehicles — rotor blade configurations, initial thrust values, and inertia multipliers are common sources of broken flight physics on careless ports. Boats carry similar risk: a boat that sinks immediately or clips through water usually has a malformed fBuoyancyZ value or incorrect stream flags in its handling file.
Source quality matters. Packs from assets-tebex.io typically ship with pre-validated meta files and handling tuned for FiveM streaming, which removes most of the debugging work that comes with ports from other communities.
Spawn Infrastructure: Hangars, Helipads, and Marinas
Aircraft and boats require spawn infrastructure that ground vehicles do not. Rotors need clear overhead space; wingspan affects hangar spawn positioning. Practical setup:
- Helipads at hospitals, police stations, and rooftops — prop-placed or built into MLO interiors.
- Hangars at Sandy Shores Airfield or LSIA with correctly positioned spawn points.
- Marinas and boat ramps with clear water access. The Vespucci Beach marina and Del Perro pier are usable vanilla zones; custom dock MLOs exist for faction-specific builds.
Spawner scripts should enforce zone-based access. A job-locked spawner at a fixed location prevents players from summoning aircraft anywhere on the map.
Recommended lore-friendly vehicles for your server
Handling Quirks Unique to Flight and Buoyancy
Aviation handling is more fragile than ground vehicle handling — small errors in mass, drag multiplier, or inertia produce aircraft that flip on takeoff or refuse to climb. Test every add-on aircraft at Sandy Shores Airfield, LSIA, and a water landing zone before opening it to the server.
Boats require correct strHandlingFlags hex values that tell the engine to apply water resistance rather than ground friction. Pull these from a working vanilla boat entry and adapt them — copying from a ground vehicle template produces a boat that skates across the surface or sinks on contact. Helicopters with custom rotor bones sometimes have collision mesh issues causing clipping on landing; that is a model problem, and the fix is sourcing a higher-quality version from store-tebex.io.
Fuel Systems for Aircraft
Ground vehicle fuel scripts use a simple timer or distance drain. Aircraft need separate treatment because flight covers map distance far faster than driving. Configure your fuel script — LegacyFuel, OX Fuel, or a custom solution — with dedicated aircraft consumption rates, and ensure fuel fill points exist at airports and marinas. Without refuelling infrastructure at spawn points, aircraft become disposable, which undermines the investment in quality models.
Roleplay Use Cases That Justify the Build Cost
The scenarios these vehicles enable generate sustained activity rather than novelty that fades after a week:
- Air ambulance and HEMS — helicopter EMS for remote trauma scenes ground units cannot reach.
- Police aviation — pursuit and overwatch with spotlight or thermal props for night operations.
- News helicopters — media faction coverage of active scenes.
- Coastguard and marine rescue — boat-based rescue for ocean incidents and swimmer emergencies.
- Cartel smuggling runs — sea routes bypassing highway checkpoints.
- Bush pilot and island transport — light aircraft routes serving remote locations as a paid civilian job.
- Fishing and charter boats — water-based civilian economy, compatible with most fishing job scripts.
Access Control: Keeping the Skies Functional
Unrestricted aircraft access degrades server quality fast. The correct approach is layered:
- Job-gating: spawner scripts check the player’s active job and grade — only licensed pilots, EMS, or police aviation can trigger the spawn.
- In-character licenses: aviation licenses tied to a training course and a whitelist keep flight a meaningful skill rather than a free shortcut.
- Whitelist spawners: for faction aircraft, restrict the spawn script to the relevant Discord role or permission group.
The same logic applies to high-performance boats. Open water is less obviously exploitable than airspace, but marina griefing is a real problem without access gates on faster vessels.
Streaming and Performance
Aircraft and boat models are frequently larger than ground vehicles in polygon count and texture resolution. Keep aircraft textures at 2K unless there is a specific reason for higher resolution, and verify that all LOD levels are present — missing LODs cause pop-in that creates client-side hitches. For servers running many aircraft in stream range simultaneously, check your resource manifest streaming limits and split large vehicle packs across multiple resources.
Quality aviation and maritime content is widely available — marketplace-tebex.io is a solid starting point. Sourcing is rarely the bottleneck. The real work is spawn infrastructure, handling validation, and access gating. Get those three right and the roleplay scenarios follow.



