Astron — FiveM vehicle model preview
SUVVehicle

astron

Astron
Spawn NameastronDisplay NameAstronHash0x258C9364CategorySUVTypeVehicle
local hash = GetHashKey("astron")
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)