ALW
ALW
  • ⭐ALW Script Documentation
  • 📖Product Guides
    • ALW1
      • 🎁LootCases
      • ⚠️Gulag
      • 👐Hands up & Steal
      • 🔫Weapon Repair
      • 🪙Pawn Shops
Powered by GitBook
On this page
  1. Product Guides

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
}

PreviousALW Script DocumentationNextLootCases

Last updated 11 months ago

📖