9f — FiveM vehicle model preview
SportsVehicle

9f

9f
Spawn Name9fDisplay Name9fHash0x612A0003CategorySportsTypeVehicle
local hash = GetHashKey("9f")
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)