Weevil 2 — FiveM vehicle model preview
MuscleVehicle

weevil2

Weevil 2
Spawn Nameweevil2Display NameWeevil 2Hash0xC4BB1908CategoryMuscleTypeVehicle
local hash = GetHashKey("weevil2")
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)