🔫Weapon Repair

Table Setup
  • Setup a weapon repair table or multiple!

WeaponRepairTables = {
    {
        coords = vector4(-899.5596, 242.5787, 3.0499, 186.3343), -- Coordinates of the repair table
        locked = false, -- Set to a specific gang role or job, or false for unlocked
        location = "Los Santos",
        blip = true, -- Enable/disable blip for visibility
        model = 'ex_prop_crate_ammo_bc', -- Model representing the repair station, accessible via 3rd eye
        price = 50000 -- Cost to repair weapons
    },
}

Last updated