> For the complete documentation index, see [llms.txt](https://vanishdev.gitbook.io/vanishdev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/switch/configuration.md).

# Configuration

```lua
return {
    SwitchItem = 'switch',
    Weapons = {
        -- Original Weapon => Switch Weapon (Both Items must exist in the server)
        ['WEAPON_GLOCK19']  = 'WEAPON_GLOCK19S',
        ['WEAPON_G26']  = 'WEAPON_GLOCK26S',
        ['WEAPON_G17']  = 'WEAPON_GLOCK17S',
    }
}

```
