chaser_getctm

Returns a table in the following format: isSequential [bool] isTransmissionSwapped [bool]

You can use this to know when a sequential car is using the automatic mode.

    local table = {
        isSequential -- if the vehicle is currently in sequential mode
        isTransmissionSwapped = -- if the transmission has been swapped, and it's not originally a sequential transmission
    }

Last updated