Game ReferenceGame Global FunctionsPedExitVehicleOn this pagePedExitVehicle Description Makes the specified ped exit their current vehicle. function PedExitVehicle(ped) --[[ ... ]] end Parameters ped: integer - The ped to exit the vehicle. Return Values None. Example None.