Re7b — FiveM vehicle model preview
SuperVehicle

re7b

Re7b
Spawn Namere7bDisplay NameRe7bHash0xC215FA8FCategorySuperTypeVehicle
local hash = GetHashKey("re7b")
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)