Surano — FiveM vehicle model preview
SportsVehicle

surano

Surano
Spawn NamesuranoDisplay NameSuranoHash0x16E478C1CategorySportsTypeVehicle
local hash = GetHashKey("surano")
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)