Rancherxl 2 — FiveM vehicle model preview
Off-RoadVehicle

rancherxl2

Rancherxl 2
Spawn Namerancherxl2Display NameRancherxl 2Hash0x7341576BCategoryOff-RoadTypeVehicle
local hash = GetHashKey("rancherxl2")
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)