Skip to main content

Client

Apply

Apply the anti-bump fix manually to the provided vehicle (the script already applies antibump automatically).

exports.flexin_primecontrol:Apply(Vehicle)
  • Vehicle: number

RemoveBushEffects

Apply the remove bush effects manually to the provided vehicle (the script already applies remove bush effects automatically if active in config).

exports.flexin_primecontrol:RemoveBushEffects(Vehicle)
  • Vehicle: number

ApplyManual

Apply the manual manually to the provided vehicle (the script already applies manual automatically if active in config).

exports.flexin_primecontrol:ApplyManual(Vehicle)
  • Vehicle: number

ToggleAntilag

Activate/Deactivate the antilag after it has been installed.

exports.flexin_primecontrol:ToggleAntilag(Vehicle)
  • Vehicle: number

HasAntilag

Check if the vehicle has antilag installed.

exports.flexin_primecontrol:HasAntilag(Vehicle)
  • Vehicle: number

StatusAntilag

Check if the antilag is activated.

exports.flexin_primecontrol:StatusAntilag(Vehicle)
  • Vehicle: number

ToogleLaunchControl

Activate the launch control.

exports.flexin_primecontrol:ToogleLaunchControl(Vehicle)
  • Vehicle: number

HasLaunchControl

Check if the vehicle can perform launch control.

exports.flexin_primecontrol:HasLaunchControl(Vehicle)
  • Vehicle: number

StatusLaunchControl

Check if the launch control is activated.

exports.flexin_primecontrol:StatusLaunchControl(Vehicle)
  • Vehicle: number

ToggleTractionControl

Activate/Deactivate the traction control.

exports.flexin_primecontrol:ToggleTractionControl(Vehicle)
  • Vehicle: number

StatusTractionControl

Check if the traction control is activated.

exports.flexin_primecontrol:StatusTractionControl(Vehicle)
  • Vehicle: number

GetNitroFuel

Get nitro fuel

exports.flexin_primecontrol:GetNitroFuel()

Return:

  • NitroFuel: number

GetNitroFlame

Get nitro flame

exports.flexin_primecontrol:GetNitroFuel()

Return:

  • NitroFlame: boolean