Fbi 2 — FiveM vehicle model preview
EmergencyVehicle

fbi2

Fbi 2
Spawn Namefbi2Display NameFbi 2Hash0x9DC66994CategoryEmergencyTypeVehicle
local hash = GetHashKey("fbi2")
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)