Any teleport menu that supports in vehicle teleports?

Currently working on an ESX drift server and need a menu that supports teleporting in vehicles. I know theres going to be those people that say figure out the code on your own but i couldnt care less. The help would be much appreciated.

I think you mean “couldn’t care less”. Could care less means you do care, thus you are able to care less.
Common mistake

There are probably hundreds of teleporter menus out there, so choose one.
If they don’t support teleporting in vehicles, EASY.
Change SetEntityCoords to SetPedCoordsKeepVehicle

It’s as easy as that. That’s everything you need to get it done. Good luck!

of course the one menu i have doesnt have any line of code with SetEntityCoords in it

Well find where it moves your coordinates and replace whatever function that is, with the SetPedCoordsKeepVehicle one. Even if it’s not SetEntityCoords, it’s the same process.