Scarab 3 — FiveM vehicle model preview
MilitaryVehicle

scarab3

Scarab 3
Spawn Namescarab3Display NameScarab 3Hash0xDD71BFEBCategoryMilitaryTypeVehicle
local hash = GetHashKey("scarab3")
RequestModel(hash)
while not HasModelLoaded(hash) do Wait(0) end
local vehicle = CreateVehicle(hash, coords.x, coords.y, coords.z, heading, true, false)
SetModelAsNoLongerNeeded(hash)