
t20Display NameT2 0Hash0x6322B39ACategorySuperTypeVehiclelocal hash = GetHashKey("t20")
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)