chaser_getminmaxrpm

Returns a table with the current vehicle minimal and maximum rpm.

    local rpm = {
        max -- the maximum vehicle rpm
        min -- the idle vehicle rpm
    }

Last updated