{"id":105679,"date":"2023-12-19T01:45:24","date_gmt":"2023-12-19T00:45:24","guid":{"rendered":"https:\/\/fivem-mods.net\/?post_type=product&#038;p=105679"},"modified":"2026-08-06T12:36:02","modified_gmt":"2026-08-06T10:36:02","slug":"menu-dadministration-wasabi","status":"publish","type":"product","link":"https:\/\/rpcrate.com\/fr\/shop\/wasabi-admin-menu\/","title":{"rendered":"Menu d&#039;administration de Wasabi"},"content":{"rendered":"<h2>Video<\/h2>\n<div class=\"video-container\"><iframe loading=\"lazy\" title=\"Wasabi&#039;s FiveM Admin Menu [ ESX \/ QBCORE ]\" width=\"1170\" height=\"658\" src=\"https:\/\/www.youtube.com\/embed\/kT4KMSlW_o4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen referrerpolicy=\"strict-origin-when-cross-origin\"><\/iframe><\/div>\n<h2>Config.lua<\/h2>\n<pre data-no-translation=\"\" class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">Config = {}\n\nConfig.MenuPosition = 'top-right' -- Menu position when open (Options: 'top-left' or 'top-right' or 'bottom-left' or 'bottom-right')\nConfig.OpenKey = 'F9' -- Default key for opening admin menu\nConfig.UsingVehicleKeys = 'qb' -- Supported options: 'wasabi' for wasabi_carlock \/ 'qb' for qb-vehiclekeys \/ 'jaksam' for jacksam_carlock \/ 'custom' for custom in modifyme.lua -- Set to false if not needed\nConfig.SkinMenu = 'qb' -- 'esx_skin' = ESX Skin \/ 'qb' = qb-clothing \/ 'fivem-appearance' = FiveM appearance \/ 'custom' = custom in modifyme.lua\nConfig.FuelSystem = 'legacyfuel' -- Supported options: 'ox' - ox_fuel\/ 'legacyfuel' - LegacyFuel \/ false - anything else\nConfig.Inventory = 'qb' -- Current options: 'ox' (For ox_inventory) \/ 'qb' (For qb-inventory) 'mf' (For mf inventory) \/ 'qs' (For qs_inventory) \/ 'cheeza' (for chezza inventory) -- false for none (Can be edited in modifyme.lua)\nConfig.SpeedMeasurement = 'mph' -- Options: 'mph' or 'kmh'\n\nConfig.AdminPerms = { -- Different ways of defining who has permission to access and utilize the admin menu\n    UserGroups = {\n        enabled = true, -- Enable usergroups from framework (Esx\/QBCore), example\/common groups below by default.\n        Groups = {\n            'admin',\n            'god',\n        --  'mod',\n        }\n    },\n    \n    ----------------------------------------------------------------------------\n    -- If ace perms are desired, an example of ace perms to set in server.cfg:--\n    -- add_ace group.admin 'wasabi.adminmenu.allow' allow                     --\n    ----------------------------------------------------------------------------\n    AcePerms = { enabled = true, AcePerm = 'wasabi.adminmenu.allow' } \n}\n\n--- Commands\nConfig.Commands = {\n    Ban = { \n        enabled = true, -- Enable ban command?\n        command = 'ban' -- Command (Default: 'ban')\n        -- Example: \/ban ID_HERE OPTIONAL_REASON_HERE\n        -- Indefinite ban. Use menu for temporary ban\n    },\n    Kick = {\n        enabled = true, -- Enable kick command?\n        command = 'kick' -- Command (Default: 'kick')\n        -- Example: \/kick ID_HERE OPTIONAL_REASON_HERE\n    },\n    NoClip = {\n        enabled = true, -- Enable noclip command?\n        command = 'noclip' -- Command (Default: 'noclip')\n        -- Example: \/noclip\n    },\n    SearchInv = {\n        enabled = true, -- Enable searchinv command?\n        command = 'searchinv' -- Command (Default: 'searchinv')\n        -- MUST HAVE Config.Inventory CONFIGURED TO PROPER INVENTORY!\n        -- Example: \/searchinv ID_HERE (Opens target inventory)\n    },\n    ClearInv = {\n        enabled = true, -- Enable clearinv command?\n        command = 'clearinv' -- Command (Default: 'clearinv')\n        -- MUST HAVE Config.Inventory CONFIGURED TO PROPER INVENTORY!\n        -- Example: \/clearinv ID_HERE (Clears target inventory)\n    },\n    SkinMenu = {\n        enabled = true, -- Enable skinmenu command?\n        command = 'skinmenu' -- Command (Default: 'skinmenu')\n        -- MUST HAVE Config.SkinMenu CONFIGURED TO PROPER SKIN \/ CLOTHING SCRIPT\n        -- Example: \/skinmenu ID_HERE (Opens skin menu on target's screen)\n    }\n}\n\n--- WEATHER SETTING OPTIONS\nConfig.Weathers = {\n    {label = 'Clear Skies', value = 'CLEAR'},\n    {label = 'Extra Sunny', value = 'EXTRASUNNY'},\n    {label = 'Cloudy', value = 'CLOUDS'},\n    {label = 'Foggy', value = 'FOGGY'},\n    {label = 'Thunder', value = 'THUNDER'},\n    {label = 'Rainy', value = 'RAIN'},\n    {label = 'Halloween', value = 'HALLOWEEN'},\n    {label = 'Snow Light', value = 'SNOWLIGHT'},\n    {label = 'XMAS', value = 'XMAS'}\n}\n\n--- BAN SETTING OPTIONS\nConfig.Ban = { --- value = ban time in hours\n    {label = '2 Hours', value = 2}, \n    {label = '24 Hours', value = 24},\n    {label = '1 Week', value = 168},\n    {label = 'Permanent', value = 'perm'}\n}\n\n--- JOB ANNOUNCEMENT OPTIONS\nConfig.Jobs = { -- label value is for how it is displayed in the menu. name must be exact as in your jobs database\/table\n    { label = 'Police', name = 'police' },\n    { label = 'EMS', name = 'ambulance' },\n    { label = 'Mechanic', name = 'mechanic' },\n    { label = 'Car Dealer', name = 'cardealer' }\n}\n\n--- NO CLIP OPTIONS\nConfig.Noclip = {\n     FirstPersonWhileNoclip = true,\n     DefaultSpeed = 1.0,\n     MaxSpeed = 12.0,\n     Controls = {\n         DecreaseSpeed = 14, -- Mouse wheel down\n         IncreaseSpeed = 15, -- Mouse wheel up\n         MoveFoward = 32, -- W\n         MoveBackward = 33, -- S\n         MoveLeft = 34, -- A\n         MoveRight = 35, -- D\n         MoveUp = 44, -- Q\n         MoveDown = 46, -- E\n     },\n     Particle = {\n         Fxname = 'core',\n         Effectname = 'ent_dst_elec_fire_sp'\n     }\n}\n\n---- VEHICLE RELATED OPTIONS\nConfig.VehicleColors = { --- https:\/\/pastebin.com\/pwHci0xK\n    { label = 'Red', value = 27 },\n    { label = 'Black', value = 0 },\n    { label = 'Sunset Red', value = 33 },\n    { label = 'Hot Pink', value = 135 },\n    { label = 'Salmon Pink', value = 136 },\n    { label = 'Dark Green', value = 49 },\n    { label = 'Surf Blue', value = 68 },\n    { label = 'Woodbeech Brown', value = 102 },\n    { label = 'Cast Iron Silver', value = 10 },\n    { label = 'Ice White', value = 111 },\n    { label = 'Cream', value = 107 },\n    { label = 'Frost White', value = 112 }\n}\n\nConfig.TorqueMultiplier = { --- https:\/\/docs.fivem.net\/natives\/?_0xB59E4BD37AE292DB\n    { label = 'Off', value = 1.0 },\n    { label = '25%', value = 4.0 },\n    { label = '50%', value = 8.0 },\n    { label = '75%', value = 10.0 },\n    { label = '100%', value = 100.0 }\n}<\/pre>\n<p>&nbsp;<\/p>\n\n<h2>Features<\/h2>\n<p><strong>General:<\/strong><\/p>\n<ul>\n<li><a data-wpil-monitor-id=\"1647\" href=\"https:\/\/rpcrate.com\/converting-fivem-scripts\/\" title=\"Converting FiveM Scripts \u2013 ESX, QBCore, QBOX (Framework Guide)\">ESX \/ QBCore \/ Qbox<\/a> compatible<\/li>\n<li>Secure events and callbacks (No pesky modders)<\/li>\n<li>Compatible with inventories:\u00a0<code data-no-translation=\"\">ox_inventory<\/code>,\u00a0<code data-no-translation=\"\">qb-inventory<\/code>,\u00a0<code data-no-translation=\"\">qs-inventory<\/code>,\u00a0<code data-no-translation=\"\">mf-inventory<\/code>,\u00a0<code data-no-translation=\"\">esx-inventory<\/code>,\u00a0<code data-no-translation=\"\">cheeza<\/code>, and custom can be added (Optional)<\/li>\n<li>Compatible skin menus:\u00a0<code data-no-translation=\"\">esx_skin<\/code>,\u00a0<code data-no-translation=\"\">qb-clothing<\/code>,\u00a0<code data-no-translation=\"\">fivem-appearance<\/code>, and custom can be added (Optional)<\/li>\n<li>Compatible car lock systems:\u00a0<code data-no-translation=\"\">wasabi_carlock<\/code>,\u00a0<code data-no-translation=\"\">qb-vehiclekeys<\/code>,\u00a0<code data-no-translation=\"\">jacksam<\/code>\u00a0and custom can be added (Optional)<\/li>\n<li>Compatible fuel systems:\u00a0<code data-no-translation=\"\">legacyfuel<\/code>,\u00a0<code data-no-translation=\"\">ox_fuel<\/code>\u00a0or any other system (Optional)<\/li>\n<\/ul>\n<p><strong>Permissions:<\/strong><\/p>\n<ul>\n<li>Ace permission accessible (Configurable)<\/li>\n<li>Framework user group accessible (QBCore \/ ESX \/ Qbox &#8211; Configurable)<\/li>\n<\/ul>\n<p><strong>Self Management:<\/strong><\/p>\n<ul>\n<li>View health of self<\/li>\n<li>Toggle no clip<\/li>\n<li>Toggle invincible<\/li>\n<li>Toggle invisible<\/li>\n<li>Revive self<\/li>\n<li>Heal self<\/li>\n<li>Open skin menu (Compatible skin menus above)<\/li>\n<li>Set ped (Configurable peds in\u00a0<code data-no-translation=\"\">peds.lua<\/code>)<\/li>\n<\/ul>\n<p><strong>Player Management:<\/strong><\/p>\n<ul>\n<li>View list of online players and their IDs<\/li>\n<li>Manage health if player<\/li>\n<li>View money and accounts of player<\/li>\n<li>Give account money \/ items to players<\/li>\n<li>View inventory of player (Compatible inventories above)<\/li>\n<li>Clear inventory of player (Compatible inventories above)<\/li>\n<li>Give player skin menu (Compatible skin menus above)<\/li>\n<li>Freeze player<\/li>\n<li>Toggle no clip player<\/li>\n<li>Toggle invincible player<\/li>\n<li>Toggle invisible player<\/li>\n<li>Bring \/ go to players<\/li>\n<li><a data-wpil-monitor-id=\"308\" href=\"https:\/\/rpcrate.com\/fr\/reasons-why-players-are-getting-banned-on-fivem\/\">Ban \/ kick players<\/a><\/li>\n<\/ul>\n<p><strong>Server Management:<\/strong><\/p>\n<ul>\n<li>View \/ manage active bans<\/li>\n<li>Delete all cars (without player drivers)<\/li>\n<li>Delete all peds<\/li>\n<li>Delete all objects<\/li>\n<li>Set weather for server<\/li>\n<li>Send global admin announcement<\/li>\n<li>Send job specific admin announcement<\/li>\n<\/ul>\n<p><strong>Built-in Ban System:<\/strong><\/p>\n<ul>\n<li>Ban players via menu or command for set time (Configurable)<\/li>\n<li>View, edit, and delete active bans in the\u00a0<em>Server Management<\/em>\u00a0section of the menu<\/li>\n<\/ul>\n<p><strong>Vehicle Options:<\/strong><\/p>\n<ul>\n<li>Spawn vehicle with custom colors, license plate, and option of max mods<\/li>\n<li>Repair vehicle<\/li>\n<li>Change plate of vehicle<\/li>\n<li>Delete closest vehicle<\/li>\n<li>Refuel vehicle<\/li>\n<li>Toggle door lock status of closest vehicle<\/li>\n<li>Change color of vehicle<\/li>\n<li>Set vehicle to max fuel (Compatible fuel scripts above)<\/li>\n<li>Modify torque of vehicle<\/li>\n<\/ul>\n<p><strong>Developer Options:<\/strong><\/p>\n<ul>\n<li>Toggle debug mode (A raycast for getting entity\/object information such as coords and hash. Also option to delete entity)<\/li>\n<li>Copy vector3 coords to clipboard<\/li>\n<li>Copy vector4 coords to clipboard<\/li>\n<\/ul>\n<ul>\n<li>ban, kick, no clip, search inventory, clear inventory, and skin menu commands (Configurable)<\/li>\n<\/ul>\n<p><strong>Admin Zones:<\/strong><\/p>\n<ul>\n<li>Create, edit, and manage defined admin zones<\/li>\n<li>Ability to set name, blip, color, and size of zone upon creation<\/li>\n<li>Ability to set if people are automatically revived within the zone<\/li>\n<li>Ability to set if people are automatically disarmed within the zone<\/li>\n<li>Ability to set if people are invincible within the zone<\/li>\n<li>Ability to set speed limit within zone for vehicles<\/li>\n<li>View active admin zones, edit them, delete them, or teleport to them<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Le menu admin Wasabi est un menu admin ESX, QBCore et Qbox avec des \u00e9v\u00e9nements s\u00e9curis\u00e9s, un support des autorisations ace, et des int\u00e9grations optionnelles des syst\u00e8mes d'inventaire, de v\u00eatements, de cl\u00e9s de voiture et de carburant.<\/p>","protected":false},"featured_media":105680,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[2910],"product_cat":[96,1138,512],"product_tag":[],"class_list":["post-105679","product","type-product","status-publish","has-post-thumbnail","product_brand-wasabi-scripts","product_cat-esx-scripts","product_cat-admin-tools","product_cat-qbcore-scripts","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/rpcrate.com\/fr\/wp-json\/wp\/v2\/product\/105679","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rpcrate.com\/fr\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/rpcrate.com\/fr\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/rpcrate.com\/fr\/wp-json\/wp\/v2\/comments?post=105679"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rpcrate.com\/fr\/wp-json\/wp\/v2\/media\/105680"}],"wp:attachment":[{"href":"https:\/\/rpcrate.com\/fr\/wp-json\/wp\/v2\/media?parent=105679"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/rpcrate.com\/fr\/wp-json\/wp\/v2\/product_brand?post=105679"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/rpcrate.com\/fr\/wp-json\/wp\/v2\/product_cat?post=105679"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/rpcrate.com\/fr\/wp-json\/wp\/v2\/product_tag?post=105679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}