Police — FiveM vehicle model preview
EmergencyVehicle

police

Police
Spawn NamepoliceDisplay NamePoliceHash0x79FBB0C5CategoryEmergencyTypeVehicle
local hash = GetHashKey("police")
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)