Policet — FiveM vehicle model preview
EmergencyVehicle

policet

Policet
Spawn NamepolicetDisplay NamePolicetHash0x1B38E955CategoryEmergencyTypeVehicle
local hash = GetHashKey("policet")
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)