Stingergt — FiveM vehicle model preview
Sports ClassicVehicle

stingergt

Stingergt
Spawn NamestingergtDisplay NameStingergtHash0x82E499FACategorySports ClassicTypeVehicle
local hash = GetHashKey("stingergt")
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)