Lusty94
Tebex StoreSupport DiscordGitHubCFX Profile
  • 👋 Lusty94 Scripts
  • 💵Store Discounts
  • 📥 Script Installation
  • 🤝Supported Scripts
  • 📜Paid Resouces
    • 🍻Bars
      • 🔧Changelogs
      • 💼 Jobs
      • 📦Stashes
      • 👁️Blips
      • 🧩Props
      • 👆Interaction Locations
      • 📸CCTV
      • 🍳Recipes
      • 📬Supplies
      • 🥦Ingredients
    • 🍁Weed Shops
      • 🔧Changelogs
      • 💼 Jobs
      • 📦Stashes
      • 👁️Blips
      • 🧩Props
      • 👆Interaction Locations
      • 🍃Picking
      • 📸CCTV
      • 🍳Recipes
      • 📬Supplies
      • 🥦Ingredients
      • 🚬Consumables
    • 💲Money Wash
    • 💰Pawn Shop
      • 🔧Changelogs
      • 🛒Pawnshop Locations
    • 📲Drug Sales
      • 🔧Changelogs
      • 📲Selling
      • 💻Default Configuration
    • 🚗Chop Shop
      • 🔧Changelogs
      • 📅SQL
      • 🗣️Commands
      • 📋Reputation
      • 💰Selling
      • 🚗Chop Shops
      • 💻Default Configuration
    • 🚘Vehicle Shop
      • 🔧Changelogs
      • 📅SQL
      • 🗣️Commands
      • 📥Database
      • 🚘Vehicle Shops
      • 💻Default Configuration
    • 🚗Rental
    • 🚙Towing
    • 🍲Restaurants
    • 💊Drugs
    • 🍁Weed
  • 📜Free Resources
    • 🛒Shops
      • 🔧Changelogs
      • 🛒Adding Shops
      • 🪛Configuration
    • 🖥️Boss Menu
      • 🔧Changelogs
      • 💻Adding Job Locations
    • ✅Green Zones
      • 🔧Changelogs
      • 📌Adding Zones
Powered by GitBook
  1. Paid Resouces
  2. Bars

CCTV

Adding More CCTV Locations

  • Adding more CCTV Locations is very simple via the config.lua file

  • To add another CCTV Location that a bar can use you must pass the BarName as the key and then customize the values to suit your needs

  • The COORDS is where the camera will be located

  • The HEADING is which way the camera is facing


Config.CCTV = {
    ['Example Bar'] = {
        ["Main Bar"] = { 
            coords = vector3(-1406.95, -601.23, 33.42), 
            heading = 279.09,
        },
        ["Entrance"] = { 
            coords = vector3(-1382.57, -590.95, 33.0), 
            heading = 85.59,
        },
        ["Outside"] = { 
            coords = vector3(-1386.42, -584.15, 33.65),
            heading = 127.95,
        },
        ["Ticket Office"] = { 
            coords = vector3(-1382.29, -593.43, 33.25),
            heading = 91.61,
        },
    },
}

Last updated 3 months ago

📜
🍻
📸
Page cover image