🐌
TZMC Documentation
  • 🧍Standalone
    • 📣Server Announcements
      • 🛠️Config
      • 🔠Rockstar Text Formatting
      • 💾Changelog
    • 🛂Player Report System (Discord)
      • 🛠️Config
    • ⚡Advanced Blackout/Power Cut (ESX/Standard)
      • 🛠️Config
      • 🗺️Region Examples
    • ⏱️Time Trial
      • 🛠️Config
    • 🚛Black Market Van
      • 🛠️Config
      • 💾Changelog
    • 🃏Freemode Collectibles
      • 🛠️Config
    • Crypto Heist
      • 🛠️Config
      • 🖥️Server Layout (ID's)
    • 🗺️Cinematic City Tour Guide
      • 🛠️Config
      • 💾Changelog
  • 🎮QB-Core
    • 🐕Animal Patting
      • 🛠️Config
    • 📦Amazon Delivery
      • 💽Installation
      • 🛠️Config
      • 💾Changelog
    • 📯Horny's Burger Job
      • 🛠️Config
    • 🍕Pizzeria Job
      • 🛠️Config
    • 🍔Burger Shot Job
      • 🛠️Config
    • 🚚Advanced Tow Trucking Job
      • 🛠️Config
    • 🧑‍🌾Gardner Job
      • 🛠️Config
    • 🚦Stolen Signs
      • 🛠️Config
    • 🌿Weed Delivery Run
      • 🛠️Config
    • 👔Ponsonbys Heist
      • 🛠️Config
      • 💾Changelog
    • 🔐Password Lockers
      • 🛠️Config
      • 💾Changelog
    • 🚗Chopping
      • 🛠️Config
      • 💾Changelog
    • 🚙Car/Boat/Plane Rental
      • 🛠️Config
      • 💾Changelog
    • 🆔ID Fraud
      • 🛠️Config
    • 🖥️IT Job
      • 🛠️Config
    • 🍸Cyberbar Job
      • 🛠️Config
    • ⚡City Blackout/Power Cut
      • 🛠️Config
    • ⚡Advanced Blackout/Power Cut
      • 🛠️Config
      • 🗺️Region Examples
    • 🛒Vending Machine & Watercooler
      • 🛠️Config
      • 💾Changelog
    • 🔌Electrical Job
      • 🛠️Config
    • 🐈UwU Cat Cafe Job
      • 🛠️Config
    • ☕Bean Machine Job
      • 🛠️Config
    • 🦞Pearl's Seafood Restaurant Job
      • 🛠️Config
    • 🍔Up-N-Atom Burger Job
      • 🛠️Config
    • 🚁Blimp Advert Job
      • 🛠️Config
    • 🚮Begging & Garbage Searching
      • 🛠️Config
      • 💾Changelog
    • 🎁Loot Box Drops
      • 🛠️Config
    • ⛽Fuel Theft
      • 🛠️Config
      • 💾Changelog
    • 🍕Pizza Boy Delivery
      • 🛠️Config
    • 📦Parcel Theft
      • 🛠️Config
      • 💾Changelog
    • 🚛Forklift Delivery Job
      • 🛠️Config
      • 💾Changelog
    • 🏗️Container Stashes
      • 🛠️Config
    • 📮Postal Password Locker
      • 🛠️Config
    • 🪙Coin Pinching
      • 🛠️Config
  • 🎲ESX
    • ⚡Advanced Blackout/Power Cut (ESX/Standard)
      • 🛠️Config
      • 🗺️Region Examples
Powered by GitBook
On this page
  • Half/Half Region
  • Quarters Region
  • Docks Terminal/LSIA Airport/Casino Region
  • All Airports Region
  1. QB-Core
  2. Advanced Blackout/Power Cut

Region Examples

PreviousConfigNextVending Machine & Watercooler

Last updated 10 months ago

Below are some examples on regions you can use, of course you can create your own regions within the config file.

Half/Half Region

TZMCBlackoutAdvancedConfig.Regions = {
    leftSide = {
        topLeft = { x = -4000, y = 8000 },
        bottomRight = { x = 0, y = -4000 }
    },
    rightSide = {
        topLeft = { x = 0, y = 8000 },
        bottomRight = { x = 4000, y = -4000 }
    },
}

Quarters Region

TZMCBlackoutAdvancedConfig.Regions = {
    topLeft = {
        topLeft = { x = -4000, y = 8000 },
        bottomRight = { x = 0, y = 0 }
    },
    topRight = {
        topLeft = { x = 0, y = 8000 },
        bottomRight = { x = 4000, y = 0 }
    },
    bottomLeft = {
        topLeft = { x = -4000, y = 0 },
        bottomRight = { x = 0, y = -4000 }
    },
    bottomRight = {
        topLeft = { x = 0, y = 0 },
        bottomRight = { x = 4000, y = -4000 }
    },
}

Docks Terminal/LSIA Airport/Casino Region

TZMCBlackoutAdvancedConfig.Regions = {
    docks = {
        topLeft = { x = 675, y = -2893 },
        bottomRight = { x = 1315, y = -3377 }
    },
    lsia = {
        topLeft = { x = -2000, y = -2000 },
        bottomRight = { x = -700, y = -3625 }
    },
    casino = {
        topLeft = { x = 800, y = 300 },
        bottomRight = { x = 1288, y = -108 }
    }
}

All Airports Region

TZMCBlackoutAdvancedConfig.Regions = {
    lsia = {
        topLeft = { x = -2000, y = -2000 },
        bottomRight = { x = -700, y = -3625 }
    },
    sandyShores = {
        topLeft = { x = 1000, y = 3375 },
        bottomRight = { x = 1854, y = 2965 }
    },
    mckenzies = {
        topLeft = { x = 1893, y = 4880 },
        bottomRight = { x = 2176, y = 4686 }
    }
    fortZancudo = {
        topLeft = { x = -2914, y = 3513 },
        bottomRight = { x = -1518, y = 2712 }
    }
}
🎮
⚡
🗺️