I am writing a lua app in which i have this piece of code:
ac.onConsoleInput(function(msg)
if msg == 'tp' then
physics.teleportCarTo(ac.SpawnSet.Pits)
end
end)
when i am executing tp command car appears under the map.
tested on 2 maps (highlands and tsukuba)