https://www.blast.hk/threads/13380/page-22#post-925354
function imAtHoodCar(id, handle)
local DISTANCE = 1
local x1, y1, z1, x2, y2, z2 = getModelDimensions(id)
local corner1X,corner1Y,corner1Z = getOffsetFromCarInWorldCoords(handle, x1 , y1 * -1.1, z1)
local...