[PAID][MAPPING] Saint Denis Cabaret

MAPPING :
Fully furnished custom tunnel props. Located under Saint-Denis, discover the Cabaret.

SCRIPT :
• Load and deload script mapping for 100% optimization.
• Weathersync script
• Teleportation script configurable (You can restrict teleportation points based on jobs, licenses, or Discord identifiers. You can also modify teleportation points. )

GET THIS YMAP : TEBEX STORE
VIDEO PREVIEW : YOUTUBE VIDEO

SCREENSHOTS









CONFIG
-- ╔═══════════════════════════════════════════════════════════════════════════╗
-- ║                                                                           ║
-- ║                             GLOBAL CONFIGURATION                          ║
-- ║                                                                           ║
-- ╚═══════════════════════════════════════════════════════════════════════════╝

-- Global Configuration Table
CONFIG = {}

-- Debug Mode
CONFIG.DEBUG = true

-- ╔═════════════════════════════════════════════════════════════════════════╗
-- ║                                                                         ║
-- ║                          UTILS CONFIGURATION                            ║
-- ║                                                                         ║
-- ╚═════════════════════════════════════════════════════════════════════════╝

-- UTILS Configuration
CONFIG.UTILS = {
    USE_FADE = true, -- If you don't want the black screen during loading otherwise pass USE_FADE = true

    -- Text on loading screen upon entry
    TEXT_ENTER = "younra_cabaret",
    DESC_ENTER = "You enter", 
    MSG_ENTER = "Please wait",
    -- Text on loading screen upon exit
    TEXT_EXIT = "younra_cabaret",
    DESC_EXIT = "You go out", 
    MSG_EXIT = "Please wait",
 
    TIMER_TO_TELEPORT = 8000,        -- Loading screen time 8000 seconds so that the client loads the mapping before teleporting it
    NAME_SOUND = 'door.mp3',         -- Sound file name
    VOLUME = 0.5,                    -- Sound volume
    MAX_DISTANCE_DELOAD_MAP = 300,   -- Maximum map unload distance
    FRAMEWORK = false                -- Framework name ("gum" or "vorp" or "redem" or "rsg" or "rpx" or "oldredem") or STANDALONE > FRAMEWORK = false
}

-- ╔═════════════════════════════════════════════════════════════════════════╗
-- ║                                                                         ║
-- ║                      STANDALONE CONFIGURATION                           ║
-- ║                                                                         ║
-- ╚═════════════════════════════════════════════════════════════════════════╝

-- STANDALONE Configuration (Using ox_lib framework)
-- If you want to use our notifications go to [younra_cabaret/scripts/notification.lua] to add yours
CONFIG.OX_LIB = false

-- ╔═════════════════════════════════════════════════════════════════════════╗
-- ║                                                                         ║
-- ║                      NOTIFICATION CONFIGURATION                         ║
-- ║                                                                         ║
-- ╚═════════════════════════════════════════════════════════════════════════╝

-- Notification Configuration
CONFIG.NOTIFICATION = {
    ICON = 'ban',                    -- Notification icon (Only ox_lib)
    ICONCOLOR = '#C53030',           -- Icon color (Only ox_lib)
    POSITION = "top",                -- Notification position (top, bottom, etc.) (Only ox_lib)
    TEXT = "Teleportation",          -- Notification text
    DESC = "You don't have the right job", -- Notification description (Only ox_lib)
    TYPE = "error"                   -- Notification type (error, warning, etc.) (Only ox_lib)
}

-- ╔═════════════════════════════════════════════════════════════════════════╗
-- ║                                                                         ║
-- ║                     TELEPORTATION CONFIGURATION                         ║
-- ║                                                                         ║
-- ╚═════════════════════════════════════════════════════════════════════════╝
-- If you want teleportation to have no restrictions based on a player's job or permissions, you should leave both USEJOBS and USEPERMS set to false in the configuration. Here's an explanation:

-- Teleportation Configuration
CONFIG.TELEPORT = {
    PROMPT = true,                   -- Show a prompt message for teleportation
    PROMPT_TEXT = "Door",            -- Prompt message text
    TEXT = 'For open the door',      -- Text to open the door
    COORDS = {
        {  
            TELEPORT = {
                ENTER = vec3(2619.524, -1228.69, 2.8812),
                EXIT = vec3(2639.182, -1230.32, 53.420)
            },
            DISTANCE = 2.0,
        },
        {
            TELEPORT = {
                ENTER = vec3(2619.024, -1247.89, -0.871),
                EXIT = vec3(2864.313, -1257.20, 46.298)
            },
            DISTANCE = 2.0, 
        },
    },   
    USEJOBS = false,                  -- Use jobs for teleportation
    JOBS = {
        '',                           -- Job name (e.g., 'police')
    },
    USEPERMS = false,                 -- Use permissions for teleportation
    PERMS = {
        '',                           -- Discord permission ID (e.g., 'discord:334771532406456330')
    }         
}

MY OTHER MAPPINGS
Saint Denis Basement (Another illegal version of this underground mapping)
XMAS Cities & Gift Script
Emerald Ranch
Restaurant “The Guinguette”
MacFarlane’s Ranch [FREE]

Code is accessible Only Config
Subscription-based No
Lines 1000+
Requirements None
Support Yes

Is it a mlo map mod

Hello ! It’s a ymap with a deload script for good optimization !

Good thanks for you hard working boss