Skip to Content
Game ReferencesVehicle Flags

Vehicle Flags

Browse the source-linked lookup below. Search accepts identifiers and numeric values; the JSON download contains all entries, including those beyond the first page. See the scope notes for documented limitations.

Reference catalog

Official source · Snapshot: · Download complete JSON

204 of 204 entries

Vehicle Flags
Flag NumberFlag NameDescriptionBuild Introduced
0FLAG_SMALL_WORKERVehicle can only spawn on path nodes flagged to allow small worker vehicles.
1FLAG_BIGPeds driving the vehicle will take wider turns, increase space between traffic, and avoid ramming during chases.
2FLAG_NO_BOOTDoes nothing. Derivative from the IV flag noboot.
3FLAG_ONLY_DURING_OFFICE_HOURSPrevents spawning outside office hours, doesn't work correctly due to misconfigured time settings.
4FLAG_BOOT_IN_FRONTDoes nothing. Use FLAG_FRONT_BOOT instead.
5FLAG_IS_VANThe vehicle never spawns in traffic with more than one passenger.
6FLAG_AVOID_TURNSAI avoids turns at intersections unless no other path is available. Spawns on multi-lane roads.
7FLAG_HAS_LIVERYCycles liveries from vehicle's texture dictionary, up to 30 liveries.
8FLAG_LIVERY_MATCH_EXTRAVehicle spawns with livery matching toggled on extra; defaults to last livery if more extras than liveries.
9FLAG_SPORTSIdle camera focuses on the vehicle if swankness > 4. Faster drivers, prioritized colors, alarms on parked vehicles.
10FLAG_DELIVERYParked vehicles spawn with wheels at a much higher angle.
11FLAG_NOAMBIENTOCCLUSIONDisables ground ambient occlusion.
12FLAG_ONLY_ON_HIGHWAYSVehicle only spawns on highways. Derivative of an unused flag.
13FLAG_TALL_SHIPPrevents spawning under low bridges.
14FLAG_SPAWN_ON_TRAILERVehicles have a 50% chance of spawning on trailers; disabled in multiplayer.
15FLAG_SPAWN_BOAT_ON_TRAILERSimilar to FLAG_SPAWN_ON_TRAILER but for boats; positioning relative to boattrailer.
16FLAG_EXTRAS_GANGVehicle spawns with extras 5-9 if driven by a gang member.
17FLAG_EXTRAS_CONVERTIBLECycles between extras 1-4, toggling roof status. Extras are unbreakable.
18FLAG_EXTRAS_TAXIEnables taxi logic, including cycling extras and setting lights.
19FLAG_EXTRAS_RAREExtras have a 25% chance of spawning.
20FLAG_EXTRAS_REQUIREThe vehicle always spawns with at least one extra.
21FLAG_EXTRAS_STRONGPrevents extras from breaking off during collisions.
22FLAG_EXTRAS_ONLY_BREAK_WHEN_DESTROYEDExtras only break when the vehicle is completely destroyed.
23FLAG_EXTRAS_SCRIPTSpecific extras only spawn when toggled by script.
24FLAG_EXTRAS_ALLVehicle spawns with all extras toggled on.
25FLAG_EXTRAS_MATCH_LIVERYVehicle spawns with extra matching livery ID.
26FLAG_DONT_ROTATE_TAIL_ROTORPrevents helicopter tail rotor from rotating.
27FLAG_PARKING_SENSORSVehicle has a parking sensor gadget.
28FLAG_PEDS_CAN_STAND_ON_TOPAllows peds to stand on the vehicle without ragdolling.
29FLAG_TAILGATE_TYPE_BOOTDoes nothing.
30FLAG_GEN_NAVMESHGenerates navmesh, typically used on boats, trailers, and train cars.
31FLAG_LAW_ENFORCEMENTMultiple effects, including use of searchlights by helicopters and enhanced wanted level dynamics.
32FLAG_EMERGENCY_SERVICEPrevents certain responses from peds and alters how vehicle theft is perceived.
33FLAG_DRIVER_NO_DRIVE_BYPrevents the driver from using weapons.
34FLAG_NO_RESPRAYDisables the ability to respray the vehicle.
35FLAG_IGNORE_ON_SIDE_CHECKPlayer avoids pathfinding toward vehicles on their side.
36FLAG_RICH_CARSeen driven by rich NPCs and triggers strong reactions upon collision.
37FLAG_AVERAGE_CARSeen driven by average NPCs in traffic.
38FLAG_POOR_CARSeen driven by poor NPCs in traffic.
39FLAG_ALLOWS_RAPPELAllows peds to rappel from the vehicle.

Source scope and usage notes

These are vehicle metadata flags, not runtime entity handles or control IDs. The table retains source descriptions and build-introduction notes. Blank or ineffective flags remain explicitly undocumented or ineffective; do not guess behavior from their names alone.

Images are served from this repository, not hotlinked. Empty source fields and unknown identifiers are retained as unknown. View the official source  or download the complete dataset.