Arson Config

ArsonConfig = {}

ArsonConfig.Enabled = true -- If you want this module disabled set to false
 
ArsonConfig.WitnessChance = 100 -- Chance of a witness attacking the player when setting an object on fire

ArsonConfig.ItemToLight = "lighter" -- What item do you need to light things on fire

ArsonConfig.FlammableTime = 30 -- How long in x seconds does the object stay on fire

ArsonConfig.Objects = { -- What objects can be lit on fire
    1388308576,
    -1029296059,
    897494494,
    -1211968443
}

Last updated