[Paid] [Standalone] X-Menu | Interaktion Menu/Wheel

A script by ZypMert

No reviews yet.
[Paid] [Standalone] X-Menu | Interaktion Menu/Wheel main image

Price

Unknown

Full Description

https://cdn.discordapp.com/attachments/978001606815653938/1005122142746198117/unknown.png

X-Menu

FEATURES

  • Standalone
  • Customizable Buttons
  • Customizable Triggers
  • Customizable Colors + Logo

INFORMATIONS

Config-File
Config = {
    language = 'de',
    locales = {
        ['de'] = {
            ['command_description'] = 'XMenü öffnen',
        },
        ['en'] = {
            ['command_description'] = 'Open XMenu',
        },
    },
    openKey = 'x',
    buttons = {
        -- !!!!!!!!!!!!!!!!!!!!!!! MAX 4 BUTTONS !!!!!!!!!!!!!!!!!!! --

        -- LEFT --
        {
            name = 'trunk', -- THIS NAME MUST BE UNIQUE!!!!!!!!!!
            closeOnPress = true,
            labels = {
                'Kofferraum',
            },
            icon = 'fa-truck-ramp-box',
            cb = function()

            end,
        },
        {
            name = 'search', -- THIS NAME MUST BE UNIQUE!!!!!!!!!!
            closeOnPress = true,
            labels = {
                'Durchsuchen',
            },
            icon = 'fa-magnifying-glass',
            cb = function()

            end,
        },
        {
            name = 'handcuffs', -- THIS NAME MUST BE UNIQUE!!!!!!!!!!
            closeOnPress = true,
            labels = {
                'Fesseln',
            },
            icon = 'fa-handcuffs',
            cb = function()

            end,
        },
        {
            name = 'id_card', -- THIS NAME MUST BE UNIQUE!!!!!!!!!!
            closeOnPress = true,
            labels = {
                'Ausweis',
                'geben',
            },
            icon = 'fa-address-card',
            cb = function()

            end,
        },
        -- !!!!!!!!!!!!!!!!!!!!!!! MAX 4 BUTTONS !!!!!!!!!!!!!!!!!!! --

        -- RIGHT --
        {
            name = 'give_money', -- THIS NAME MUST BE UNIQUE!!!!!!!!!!
            closeOnPress = true,
            labels = {
                'Geld',
                'geben',
            },
            icon = 'fa-hand-holding-dollar',
            cb = function()

            end,
        },
        {
            name = 'lock_car', -- THIS NAME MUST BE UNIQUE!!!!!!!!!!
            closeOnPress = true,
            labels = {
                'Car Lock'
            },
            icon = 'fa-lock',
            cb = function()

            end,
        },
        {
            name = 'stabilize', -- THIS NAME MUST BE UNIQUE!!!!!!!!!!
            closeOnPress = true,
            labels = {
                'Stabilisieren',
            },
            icon = 'fa-heart-pulse',
            cb = function()

            end,
        },
        {
            name = 'close', -- THIS NAME MUST BE UNIQUE!!!!!!!!!!
            closeOnPress = true,
            labels = {
                'Schließen',
            },
            icon = 'fa-arrow-right-from-bracket',
            cb = function()

            end,
        },
    }
}
Custom-Menus

RoseV

Red-V

Blue-Story

Astra-Life

TEBEX-SHOP

Credits
Zyp
KattrigerKatta

Code is accessible No
Subscription-based No
Lines (approximately) ~1500
Requirements None
Support Yes