Infinite Mod
Discord
  • Infinite Documentation
  • Infinite Resources
    • Inf Garages
      • Installation
      • Config Settings
      • Exports
      • Customized
      • Optional Configuration
  • Inf Anti Bump
    • Installation
    • Config Settings
  • Inf Shop
    • Installation
    • Config Settings
    • Optional Configuration
Powered by GitBook
On this page
  1. Inf Anti Bump

Config Settings

Config = {}

-- Toggle debug print
Config.DebugPrint = true

-- Change the value to true if you want anti-bump to be applied when the player enters the vehicle, or change the value to false and use exports.inf_anti_bump:applyAntiBump(vehicle) from the client side.
-- Example:
-- local vehicle = GetVehiclePedIsIn(PlayerPedId())
-- exports.inf_anti_bump:applyAntiBump(vehicle)
Config.ApplyOnEnterVehicle = false

-- list of vehicles that are blacklisted for anti-bump
Config.BlacklistVehicles = {
    --[GetHashKey('adder')] = true,
}
PreviousInstallationNextInf Shop

Last updated 26 days ago