{"product_id":"dam-sector-x-fib-facility-and-aftermath-fivem-mlo","title":"Dam Sector X — FIB Facility \u0026 Aftermath MLO","description":"\u003cstyle\u003e\n  \/* =========================================================\n     FIVEM-LAB — DAM SECTOR X\n     TWIN REALITIES \/ FIB UNDERGROUND FACILITY\n     ========================================================= *\/\n\n  .fml-dam-sector-x {\n    --gold:#ffd700;\n    --white:#ffffff;\n    --black:#050505;\n    --text:rgba(255,255,255,.92);\n    --muted:rgba(255,255,255,.66);\n    --dim:rgba(255,255,255,.42);\n    --line:rgba(255,255,255,.10);\n    --line-soft:rgba(255,255,255,.055);\n    --gold-line:rgba(255,215,0,.34);\n    --panel:rgba(255,255,255,.022);\n\n    width:100%;\n    max-width:1180px;\n    margin:0 auto;\n    padding:18px 0 88px;\n\n    color:var(--text);\n    background:transparent;\n    font-family:inherit;\n    font-size:16px;\n    line-height:1.72;\n  }\n\n  .fml-dam-sector-x,\n  .fml-dam-sector-x *,\n  .fml-dam-sector-x *::before,\n  .fml-dam-sector-x *::after {\n    box-sizing:border-box;\n  }\n\n  .fml-dam-sector-x h2,\n  .fml-dam-sector-x h3,\n  .fml-dam-sector-x p,\n  .fml-dam-sector-x ul {\n    margin:0;\n  }\n\n  .fml-dam-sector-x ul {\n    padding:0;\n    list-style:none;\n  }\n\n  .fml-dam-sector-x ::selection {\n    color:#050505;\n    background:var(--gold);\n  }\n\n\n  \/* =========================================================\n     HERO\n     ========================================================= *\/\n\n  .fml-dam-sector-x__hero {\n    position:relative;\n    overflow:hidden;\n\n    padding:clamp(40px,6vw,78px);\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:7px;\n\n    background:\n      radial-gradient(\n        circle at 91% 3%,\n        rgba(255,215,0,.14),\n        transparent 31%\n      ),\n      linear-gradient(\n        135deg,\n        rgba(255,215,0,.035),\n        transparent 48%\n      ),\n      rgba(0,0,0,.18);\n  }\n\n  .fml-dam-sector-x__hero::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:min(460px,74%);\n    height:2px;\n\n    background:var(--gold);\n    box-shadow:0 0 24px rgba(255,215,0,.36);\n  }\n\n  .fml-dam-sector-x__title {\n    max-width:1050px;\n\n    color:var(--white) !important;\n\n    font-size:clamp(41px,5.7vw,72px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.052em;\n    line-height:.97 !important;\n\n    text-wrap:balance;\n  }\n\n  .fml-dam-sector-x__lead {\n    max-width:930px;\n    margin-top:25px !important;\n\n    color:var(--muted) !important;\n\n    font-size:clamp(18px,1.9vw,23px);\n    font-weight:600;\n    line-height:1.62;\n  }\n\n  .fml-dam-sector-x__lead em {\n    color:var(--white);\n  }\n\n  .fml-dam-sector-x__sublead {\n    max-width:880px;\n    margin-top:18px !important;\n\n    color:var(--white) !important;\n\n    font-size:16px;\n    font-weight:750;\n    line-height:1.68;\n  }\n\n  .fml-dam-sector-x__split {\n    display:flex;\n    flex-wrap:wrap;\n    gap:10px;\n\n    margin-top:31px;\n  }\n\n  .fml-dam-sector-x__badge {\n    display:inline-flex;\n    align-items:center;\n\n    min-height:37px;\n    padding:0 13px;\n\n    color:var(--white);\n    background:rgba(255,255,255,.025);\n\n    border:1px solid var(--line);\n    border-radius:3px;\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n    letter-spacing:.09em;\n    text-transform:uppercase;\n  }\n\n  .fml-dam-sector-x__badge--gold {\n    color:#050505;\n    background:var(--gold);\n    border-color:var(--gold);\n  }\n\n\n  \/* =========================================================\n     SECTION BASE\n     ========================================================= *\/\n\n  .fml-dam-sector-x__section {\n    padding:clamp(54px,7vw,90px) 0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .fml-dam-sector-x__head {\n    display:grid;\n    grid-template-columns:minmax(125px,.24fr) minmax(0,1fr);\n    gap:clamp(26px,5vw,68px);\n    align-items:start;\n  }\n\n  .fml-dam-sector-x__index {\n    padding-top:7px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:.12em;\n    text-transform:uppercase;\n  }\n\n  .fml-dam-sector-x__section-title {\n    max-width:960px;\n\n    color:var(--white) !important;\n\n    font-size:clamp(29px,3.9vw,47px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.04em;\n    line-height:1.05 !important;\n  }\n\n\n  \/* =========================================================\n     TIMELINE CARDS\n     ========================================================= *\/\n\n  .fml-dam-sector-x__realities {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:14px;\n\n    margin-top:42px;\n  }\n\n  .fml-dam-sector-x__reality {\n    position:relative;\n    overflow:hidden;\n\n    min-width:0;\n    padding:clamp(27px,4vw,38px);\n\n    border:1px solid var(--line);\n    border-radius:5px;\n\n    background:var(--panel);\n  }\n\n  .fml-dam-sector-x__reality::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:100px;\n    height:1px;\n\n    background:var(--gold);\n  }\n\n  .fml-dam-sector-x__reality-number {\n    display:block;\n    margin-bottom:24px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:10px;\n    font-weight:900;\n  }\n\n  .fml-dam-sector-x__reality h3 {\n    margin:0 0 20px !important;\n\n    color:var(--white) !important;\n\n    font-size:clamp(23px,2.6vw,32px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.035em;\n    line-height:1.1 !important;\n  }\n\n  .fml-dam-sector-x__reality p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.78;\n  }\n\n  .fml-dam-sector-x__reality p + p {\n    margin-top:18px !important;\n  }\n\n  .fml-dam-sector-x__reality em {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     DETAIL LISTS\n     ========================================================= *\/\n\n  .fml-dam-sector-x__details {\n    display:grid;\n    gap:10px;\n\n    margin-top:24px;\n  }\n\n  .fml-dam-sector-x__detail {\n    padding:17px 18px;\n\n    border:1px solid var(--line-soft);\n    border-radius:4px;\n\n    background:rgba(255,255,255,.015);\n\n    color:var(--muted);\n\n    font-size:14px;\n    line-height:1.68;\n  }\n\n  .fml-dam-sector-x__detail::before {\n    content:\"\";\n    display:inline-block;\n\n    width:7px;\n    height:1px;\n    margin-right:11px;\n    margin-bottom:4px;\n\n    background:var(--gold);\n  }\n\n\n  \/* =========================================================\n     FEATURES\n     ========================================================= *\/\n\n  .fml-dam-sector-x__features {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:14px;\n\n    margin-top:42px;\n  }\n\n  .fml-dam-sector-x__feature {\n    position:relative;\n    overflow:hidden;\n\n    padding:clamp(24px,3vw,31px);\n\n    border:1px solid var(--line);\n    border-radius:4px;\n\n    background:var(--panel);\n  }\n\n  .fml-dam-sector-x__feature::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:80px;\n    height:1px;\n\n    background:var(--gold);\n  }\n\n  .fml-dam-sector-x__feature p {\n    color:var(--text) !important;\n\n    font-size:15px;\n    font-weight:650;\n    line-height:1.72;\n  }\n\n\n  \/* =========================================================\n     EXAMPLE PANEL\n     ========================================================= *\/\n\n  .fml-dam-sector-x__example {\n    display:grid;\n    grid-template-columns:minmax(0,1fr) 260px;\n    gap:16px;\n\n    margin-top:42px;\n  }\n\n  .fml-dam-sector-x__example-main,\n  .fml-dam-sector-x__example-side {\n    padding:clamp(26px,4vw,38px);\n\n    border:1px solid var(--line);\n    border-radius:5px;\n\n    background:var(--panel);\n  }\n\n  .fml-dam-sector-x__example-main {\n    border-color:var(--gold-line);\n\n    background:\n      linear-gradient(\n        130deg,\n        rgba(255,215,0,.055),\n        transparent 55%\n      ),\n      var(--panel);\n  }\n\n  .fml-dam-sector-x__example-main p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.78;\n  }\n\n  .fml-dam-sector-x__example-main p + p {\n    margin-top:18px !important;\n  }\n\n  .fml-dam-sector-x__example-main strong {\n    color:var(--white);\n  }\n\n  .fml-dam-sector-x__example-side {\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n\n    min-height:220px;\n  }\n\n  .fml-dam-sector-x__example-side strong {\n    color:var(--gold);\n\n    font-size:clamp(28px,4vw,43px);\n    font-weight:950;\n    letter-spacing:-.045em;\n    line-height:1.05;\n  }\n\n\n  \/* =========================================================\n     USE CASES\n     ========================================================= *\/\n\n  .fml-dam-sector-x__use {\n    margin-top:42px;\n    padding:clamp(28px,4vw,40px);\n\n    border:1px solid var(--gold-line);\n    border-left:3px solid var(--gold);\n    border-radius:4px;\n\n    background:\n      linear-gradient(\n        110deg,\n        rgba(255,215,0,.05),\n        transparent 55%\n      ),\n      rgba(255,255,255,.015);\n  }\n\n  .fml-dam-sector-x__use p {\n    color:var(--white) !important;\n\n    font-size:clamp(19px,2vw,24px);\n    font-weight:800;\n    line-height:1.55;\n  }\n\n\n  \/* =========================================================\n     RESPONSIVE\n     ========================================================= *\/\n\n  @media (max-width:900px) {\n    .fml-dam-sector-x__head {\n      grid-template-columns:1fr;\n      gap:15px;\n    }\n\n    .fml-dam-sector-x__example {\n      grid-template-columns:1fr;\n    }\n  }\n\n  @media (max-width:680px) {\n    .fml-dam-sector-x {\n      padding-top:8px;\n    }\n\n    .fml-dam-sector-x__hero {\n      padding:30px 20px;\n    }\n\n    .fml-dam-sector-x__realities,\n    .fml-dam-sector-x__features {\n      grid-template-columns:1fr;\n    }\n  }\n\n  @media (prefers-reduced-motion:reduce) {\n    .fml-dam-sector-x *,\n    .fml-dam-sector-x *::before,\n    .fml-dam-sector-x *::after {\n      transition-duration:.01ms !important;\n      animation-duration:.01ms !important;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003carticle class=\"fml-dam-sector-x\"\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003cheader class=\"fml-dam-sector-x__hero\"\u003e\n\n    \u003ch2 class=\"fml-dam-sector-x__title\"\u003e\n      🕵️♂️ \u003cstrong\u003eDam Sector X – Twin Realities of a Fallen FIB Base\u003c\/strong\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fml-dam-sector-x__lead\"\u003e\n      This isn't just another MLO. It's \u003cem\u003ea split timeline in one location\u003c\/em\u003e — two fully realized worlds layered together: the active, sterile FIB underground facility… and its decaying aftermath — abandoned, claimed by gangs, and humming with criminal energy.\n    \u003c\/p\u003e\n\n    \u003cp class=\"fml-dam-sector-x__sublead\"\u003e\n      It’s perfect for roleplay servers that love depth, tension… and storytelling.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"fml-dam-sector-x__split\"\u003e\n\n      \u003cspan class=\"fml-dam-sector-x__badge fml-dam-sector-x__badge--gold\"\u003e\n        Twin Realities\n      \u003c\/span\u003e\n\n      \u003cspan class=\"fml-dam-sector-x__badge\"\u003e\n        Active FIB\n      \u003c\/span\u003e\n\n      \u003cspan class=\"fml-dam-sector-x__badge\"\u003e\n        Aftermath\n      \u003c\/span\u003e\n\n      \u003cspan class=\"fml-dam-sector-x__badge\"\u003e\n        Two MLOs\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/header\u003e\n\n\n  \u003c!-- PACKAGE --\u003e\n\n  \u003csection class=\"fml-dam-sector-x__section\"\u003e\n\n    \u003cdiv class=\"fml-dam-sector-x__head\"\u003e\n\n      \u003cdiv class=\"fml-dam-sector-x__index\"\u003e\n        00 \/ Package\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-dam-sector-x__section-title\"\u003e\n          What Comes In The Package?\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-dam-sector-x__realities\"\u003e\n\n      \u003c!-- ACTIVE --\u003e\n\n      \u003carticle class=\"fml-dam-sector-x__reality\"\u003e\n\n        \u003cspan class=\"fml-dam-sector-x__reality-number\"\u003e\n          ①\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          \u003cstrong\u003eFIB Underground Facility (Active)\u003c\/strong\u003e\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          A high-security federal investigative base.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Cold steel halls lit by soft blue emergency lighting.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Nine rooms packed with tech: surveillance stations monitoring city feeds,\n          investigative briefing tables,\n          interrogation chambers,\n          weapon lockers behind biometric scanners…\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Everything feels official—clean desks piled with case files labeled \u003cem\u003e\"TOP SECRET.\"\u003c\/em\u003e\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- AFTERMATH --\u003e\n\n      \u003carticle class=\"fml-dam-sector-x__reality\"\u003e\n\n        \u003cspan class=\"fml-dam-sector-x__reality-number\"\u003e\n          ②\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          \u003cstrong\u003eFIB: Aftermath (Abandoned Hideout)\u003c\/strong\u003e\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The same space—but now rotting. Years later after an unknown event:\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fml-dam-sector-x__details\"\u003e\n\n          \u003cdiv class=\"fml-dam-sector-x__detail\"\u003e\n            Gang tags cover walls where classified documents once hung.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fml-dam-sector-x__detail\"\u003e\n            Broken computers flicker static instead of intel screens…\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fml-dam-sector-x__detail\"\u003e\n            Overturned chairs form makeshift barricades...\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fml-dam-sector-x__detail\"\u003e\n            Cracked floors stained from spray paint or worse...\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          This version has eight rooms — repurposed into hideouts for rogue crews running black ops outta the old government tunnels…\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Each room has new props tailored to this timeline:\n          drug stashes tucked under floor panels…\n          hidden weapon caches beneath blood-smeared tiles…\n          even graffiti-covered evidence boards showing stolen FIB data being studied by criminals themselves!\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n\n  \u003csection class=\"fml-dam-sector-x__section\"\u003e\n\n    \u003cdiv class=\"fml-dam-sector-x__head\"\u003e\n\n      \u003cdiv class=\"fml-dam-sector-x__index\"\u003e\n        01 \/ Features\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-dam-sector-x__section-title\"\u003e\n          💡 Key Features\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-dam-sector-x__features\"\u003e\n\n      \u003cdiv class=\"fml-dam-sector-x__feature\"\u003e\n\n        \u003cp\u003e\n          ✅ Two complete MLOs bundled as one package → saves server space!\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-dam-sector-x__feature\"\u003e\n\n        \u003cp\u003e\n          ✅ Smooth transition between states – switch from \"active\" to \"abandoned\" mode via script toggle provided\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-dam-sector-x__feature\"\u003e\n\n        \u003cp\u003e\n          ✅ Built-in scripts support police\/FBI operations directly within these layouts\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-dam-sector-x__feature\"\u003e\n\n        \u003cp\u003e\n          ⚡ Custom lighting \u0026amp; environmental effects make both timelines look cinematic AF\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- EXAMPLE --\u003e\n\n  \u003csection class=\"fml-dam-sector-x__section\"\u003e\n\n    \u003cdiv class=\"fml-dam-sector-x__head\"\u003e\n\n      \u003cdiv class=\"fml-dam-sector-x__index\"\u003e\n        02 \/ Example\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-dam-sector-x__section-title\"\u003e\n          ☠ For example?\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-dam-sector-x__example\"\u003e\n\n      \u003cdiv class=\"fml-dam-sector-x__example-main\"\u003e\n\n        \u003cp\u003e\n          In Active mode → lights are bright + cameras swivel automatically when entering certain zones...\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          But In Aftermath? Lights barely work... some buzz ominously while others stay dead...\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          And yeah—you can run raids here! Imagine officers storming what used to be their own HQ...\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Or criminals using it as their basecamp after they overtook it during chaos RP events!\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003caside class=\"fml-dam-sector-x__example-side\"\u003e\n\n        \u003cstrong\u003e\n          ACTIVE\u003cbr\u003e\n          ↕\u003cbr\u003e\n          AFTERMATH\n        \u003c\/strong\u003e\n\n      \u003c\/aside\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- USE CASES --\u003e\n\n  \u003csection class=\"fml-dam-sector-x__section\"\u003e\n\n    \u003cdiv class=\"fml-dam-sector-x__head\"\u003e\n\n      \u003cdiv class=\"fml-dam-sector-x__index\"\u003e\n        03 \/ Roleplay\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-dam-sector-x__section-title\"\u003e\n          🎮 Recommended Use Cases:\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-dam-sector-x__use\"\u003e\n\n      \u003cp\u003e\n        Perfect for\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/article\u003e","brand":"Boold","offers":[{"title":"Default Title","offer_id":45787343454317,"sku":null,"price":20.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0683\/2072\/3053\/files\/2a00d742fd7a228c7ccc8ac7bec4cfc7ccf47fe5.jpg?v=1788690550","url":"https:\/\/fivem-lab.com\/products\/dam-sector-x-fib-facility-and-aftermath-fivem-mlo","provider":"Fivem-Lab","version":"1.0","type":"link"}