# ALW1

{% tabs %}
{% tab title="General Setup" %}

## ALW Volume One

#### Debug

{% code overflow="wrap" %}

```lua
DEBUG = true -- (Will print script information)
```

{% endcode %}

***

#### General Setup

{% code overflow="wrap" fullWidth="false" %}

```lua
SpawnLocation = vector3(-370.2947, -225.5181, 13.0711) 
-- Will prevent the character from spawning in gulaged (used for servers that have an identity/multichat)

OX = exports.ox_inventory -- Enable/Disable ox_inventory (SET TO false TO NOT USE) (SET TO THE EXPORT TO USE "exports.ox_inventory")
```

{% endcode %}

***

#### 🔑 Enable And Disable Scripts Within The Pack

{% code fullWidth="false" %}

```lua
Scripts = {
    -- Enable/Disable script features
    WeaponRepair = true, -- Solid
    PawnShops = true, -- Solid
    HandsUp = true, -- Solid
    Steal = true, -- 1 Bug
    Gulag = true, -- Needs activities
    LootCases = true
}
```

{% endcode %}

***

{% endtab %}

{% tab title="TODO" %}

* [x] To-Do
  * [x] Add singular Price/Models for weapon repair tables
  * [ ] *Setup gulag activites to reduce time in gulag*
  * [x] *Write framework bridges for WeaponRepair, PawnShops, Steal, Gulag*
  * [x] *Fixing blacklisted items for stealing*
    {% endtab %}
    {% endtabs %}
