Tribike 3 — FiveM vehicle model preview
BicycleVehicle

tribike3

Tribike 3
Spawn Nametribike3Display NameTribike 3Hash0xE823FB48CategoryBicycleTypeVehicle
local hash = GetHashKey("tribike3")
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)