ALW1

ALW Volume One

Debug

DEBUG = true -- (Will print script information)

General Setup

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")

πŸ”‘ Enable And Disable Scripts Within The Pack

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

Last updated