OnVehiclePush not getting calledSolved
Not seeing the call.

private object OnVehiclePush(BasePlayer player, ModularCar entity)
{
     Puts("i see the push");
     return false;
}​
private object OnVehiclePush(ModularCar entity, BasePlayer player)
Locked automatically