Glendale 2 — FiveM vehicle model preview
SedanVehicle

glendale2

Glendale 2
Spawn Nameglendale2Display NameGlendale 2Hash0xC98BBAD6CategorySedanTypeVehicle
local hash = GetHashKey("glendale2")
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)