Vehicle Tampering
VehicleTamperingConfig = {}
VehicleTamperingConfig.WitnessChance = 100 -- The chance of a witness seeing what your doing and reporting to the police
VehicleTamperingConfig.Enabled = { -- If you want this module disabled set to false
gasSiphoningEnabled = true, --Allows players to siphon fuel
radioRemovalEnabled = true, -- Allows players to remove radios
seatBeltRemovalEnabled = true, --Allows players to remove seatbelts
airBagTheftEnabled = true, -- Allows players to remove air bags
batteryTheftEnabled = true, -- Allows players to remove batteries
catalyticConverterTheftEnabled = true, -- Allows players to remove the catalytic converter
}
VehicleTamperingConfig.GasSiphoningSettings = { -- Gas Siphoning Settings
minAmountOfFuelToSiphon = 1, -- Min amount of fuel to siphon
maxAmountOfFuelToSiphon = 75, -- Max amount of fuel to siphon
splashChance = 30, -- Chance of getting splashed with fuel making the player flammable
}
Last updated