Brick Config

BrickConfig = {}

BrickConfig.Enabled = true -- If you want this module disabled set to false

BrickConfig.DisabledWhenDamaged = false -- Disables the vehicle after it was damaged

BrickConfig.BrickPileModel = "prop_pile_dirt_02" -- The model used for the brick piles

BrickConfig.BrickPiles = { -- Spawns Brick Piles to obtain bricks
    vector4(191.17, -1051.05, 28.35, 345.82),
    vector4(-1133.71, -955.57, 1.15, 249.51),
    vector4(-120.77, -1028.54, 26.3, 264.89),
    vector4(107.17, -339.96, 42.35, 168.76)
}

Last updated