Suntrap — FiveM vehicle model preview
BoatVehicle

suntrap

Suntrap
Spawn NamesuntrapDisplay NameSuntrapHash0xEF2295C9CategoryBoatTypeVehicle
local hash = GetHashKey("suntrap")
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)