{"id":151391,"date":"2024-08-29T14:48:28","date_gmt":"2024-08-29T12:48:28","guid":{"rendered":"https:\/\/hifivem.com\/?post_type=product&#038;p=151391"},"modified":"2026-08-06T12:40:28","modified_gmt":"2026-08-06T10:40:28","slug":"kodem-mbossmenu","status":"publish","type":"product","link":"https:\/\/fivemx.com\/tr\/kodem-mbossmenu\/","title":{"rendered":"KodM mBossMen\u00fc"},"content":{"rendered":"<h3>Video<\/h3>\n<div class=\"video-container\"><iframe title=\"CodeM mBossmenu | discord.gg\/zj3QsUfxWs\" width=\"1170\" height=\"658\" src=\"https:\/\/www.youtube.com\/embed\/W2EyQUMf8zQ?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<hr \/>\n<h3>Config file<\/h3>\n<pre data-no-translation=\"\" class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">Config = {}\nConfig.Framework = 'esx' -- autodetect, qb, oldqb, esx, oldesx\nConfig.SQL = \"oxmysql\"          -- oxmysql, ghmattimysql, mysql-async\nConfig.ItemImagesFolder = \"nui:\/\/ox_inventory\/web\/images\/\"\nConfig.MenuKey = 38\nConfig.InteractionHandler = 'ox_target' -- drawtext, ox_target, qb_target, qb_textui, esx_textui\nConfig.AdminMenuCommand = \"adminboss\" \nConfig.DefaultImage = 'https:\/\/cdn.discordapp.com\/attachments\/983471660684423240\/1147567519712940044\/example-pp.png'\nConfig.Admins = {\n    \"admin\",\n    \"superadmin\",\n    \"god\",\n    \"mod\",\n    \"moderator\",\n}\n\n\nConfig.Certifications = {\n    {\n        name = \"air_support\",\n        label = \"Air Support Division\",\n        icon = 'air_support_icon.svg',\n    },\n    {\n        name = \"burglary_task\",\n        label = \"Burglary Task Force\",\n        icon = 'burglary_task_icon.svg',\n    },\n    {\n        name = \"field_training_officer\",\n        label = \"Field Officer\",\n        icon = 'field_training_icon.svg',\n    },\n    {\n        name = \"high_speed_pursuit_unit\",\n        label = \"High Speed Pursuit Unit\",\n        icon = 'high_speed_pursuit_unit_icon.svg',\n    },\n    {\n        name = \"high_value_target_unit\",\n        label = \"High Value Target Unit\",\n        icon = 'high_value_target_unit_icon.svg',\n    },\n    {\n        name = \"k9_unit\",\n        label = \"K9 Unit\",\n        icon = 'k9_unit_icon.svg',\n    },\n    {\n        name = \"major_crimes_unit\",\n        label = \"Major Crimes Unit\",\n        icon = 'major_crimes_unit_icon.svg',\n    },\n    {\n        name = \"motorcycle\",\n        label = \"Motorcycle\",\n        icon = 'motorcycle_icon.svg',\n    },\n    {\n        name = \"shark_rangers_unit\",\n        label = \"Shark Rangers Unit\",\n        icon = 'shark_rangers_icon.svg',\n    },\n}\n\nConfig.Inventory = \"ox_inventory\" -- codem-inventory, qb_inventory, esx_inventory, ox_inventory, qs_inventory\n\nConfig.BlacklistedItems = {          -- items you don't want to show up on the menu\n    -- \"water\",\n    -- \"weapon_pistol\"\n}\n\nConfig.Notify = function(message)\n    if Config.Framework == 'esx' or Config.Framework == 'oldesx' then\n        TriggerEvent(\"esx:showNotification\", message)\n    else\n        TriggerEvent('QBCore:Notify', message, \"info\", 1500)\n    end\nend\nConfig.Clothes = \"fivem-appearance\" -- fivem-appearance -- illenium-appearance -- codem-appearance -- esx_skin -- qb-clothing\n\nfunction openClothingMenu()\n    if Config.Clothes == 'fivem-appearance' then\n        TriggerEvent(\"fivem-appearance:client:openClothingShopMenu\", false)\n    end\n    if Config.Clothes == 'illenium-appearance' then\n        TriggerEvent(\"illenium-appearance:client:openClothingShop\", false)        \n    end\n    if Config.Clothes == 'codem-appearance' then\n        TriggerEvent(\"codem-appereance:OpenClothing\")\n         --[[\n            \/\/ Add this code in codem-appereance client\/clothing.lua\n\n           RegisterNetEvent(\"codem-appereance:OpenClothing\")\n            AddEventHandler(\"codem-appereance:OpenClothing\", function()\n                OpenMenu(\"binco\")\n            end)\n        --]]\n    end\n    if Config.Clothes == 'esx_skin' then\n        TriggerEvent(\"esx_skin:openMenu\")\n    end\n    if Config.Clothes == 'qb-clothes' then\n        TriggerEvent(\"qb-clothing:client:openMenu\")\n    end\nend\n\nfunction RefreshSkin()\n    if Config.Clothes == 'fivem-appearance' then\n        TriggerEvent(\"fivem-appearance:client:reloadSkin\")\n    end\n    if Config.Clothes == 'illenium-appearance' then\n        TriggerEvent(\"illenium-appearance:client:reloadSkin\")        \n    end\n    if Config.Clothes == 'codem-appearance' then\n        TriggerEvent(\"codem-appearance:reloadSkin\")\n    end\n    if Config.Clothes == 'esx_skin' then\n        TriggerEvent(\"esx_skin:getLastSkin\", function(lastSkin)\n            TriggerEvent('skinchanger:loadSkin', lastSkin)\n        end)\n    end\n    if Config.Clothes == 'qb-clothes' then\n        TriggerEvent(\"qb-clothing:reloadSkin\")\n        --[[\n            \/\/ Add this code in qb-clothing client\/main.lua\n\n            RegisterNetEvent(\"qb-clothing:reloadSkin\")\n            AddEventHandler(\"qb-clothing:reloadSkin\", function()      \n                local playerPed = PlayerPedId()\n                local health = GetEntityHealth(playerPed)\n                reloadSkin(health)\n            end)\n        --]]\n    end\nend\n\nfunction onBossMenuOpen()\nend\n\nfunction onBossMenuClose()\nend\n\nfunction badgenumber(source)\n    -- your function to get player badge number\n    return 0\nend<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The <strong>mPatronmen\u00fcs\u00fc<\/strong> FiveM&#039;deki ESX ve QBCore \u00e7er\u00e7eveleriyle birlikte kullan\u0131lmak \u00fczere tasarlanm\u0131\u015f, geli\u015fmi\u015f ve \u00f6zelliklerle dolu bir patron men\u00fc sistemidir. Bu birinci s\u0131n\u0131f ara\u00e7, i\u015fletme sahiplerine ve sunucu y\u00f6neticilerine \u015f\u0131k ve kullan\u0131c\u0131 dostu bir aray\u00fcz arac\u0131l\u0131\u011f\u0131yla i\u015fletme operasyonlar\u0131, \u00e7al\u0131\u015fan y\u00f6netimi ve idari g\u00f6revler \u00fczerinde kapsaml\u0131 kontrol sunar.<\/p>\n<h3>Temel \u00d6zellikler:<\/h3>\n<ol>\n<li><strong>\u00c7al\u0131\u015fan Y\u00f6netimi<\/strong>: \u00c7evrimi\u00e7i\/\u00e7evrimd\u0131\u015f\u0131 durumlar\u0131n\u0131, r\u00fctbelerini ve ba\u015flang\u0131\u00e7 tarihlerini g\u00f6steren ayr\u0131nt\u0131l\u0131 profillerle \u00e7al\u0131\u015fanlar\u0131 kolayca g\u00f6r\u00fcnt\u00fcleyin ve y\u00f6netin. \u0130\u015fletme sahipleri do\u011frudan men\u00fcden yeni \u00fcyeler alabilir.<\/li>\n<li><strong>R\u00fctbe Ayr\u0131nt\u0131lar\u0131<\/strong>: Maa\u015flar\u0131, izinleri ve r\u00fctbeye \u00f6zg\u00fc eylemleri ayarlama dahil olmak \u00fczere \u00e7al\u0131\u015fan r\u00fctbelerini tan\u0131mlay\u0131n ve y\u00f6netin. Bu b\u00f6l\u00fcm, \u00e7al\u0131\u015fan rollerini ve sorumluluklar\u0131n\u0131 takip etmek i\u00e7in d\u00fczenli bir yol sa\u011flar.<\/li>\n<li><strong>\u0130\u015fletme Envanteri<\/strong>:Hem patronlar\u0131n hem de \u00e7al\u0131\u015fanlar\u0131n payla\u015f\u0131lan i\u015f envanterine eri\u015fmesine, \u00f6\u011fe eklemesine veya kald\u0131rmas\u0131na olanak tan\u0131r ve envanter y\u00f6netimini kolayla\u015ft\u0131r\u0131r.<\/li>\n<li><strong>\u0130\u015fletmeler i\u00e7in Y\u00f6netici Men\u00fcs\u00fc<\/strong>: Sunucu y\u00f6neticileri, \u00f6zel bir y\u00f6netici paneli arac\u0131l\u0131\u011f\u0131yla yeni i\u015fler olu\u015fturabilir ve i\u015f ayarlar\u0131n\u0131 y\u00f6netebilir. Buna yeni i\u015fletmeler eklemek, i\u015f rollerini yap\u0131land\u0131rmak ve genel i\u015f operasyonlar\u0131n\u0131 denetlemek dahildir.<\/li>\n<li><strong>\u00d6zelle\u015ftirilebilir \u0130\u015f G\u00f6r\u00fcn\u00fcm\u00fc<\/strong>: Y\u00f6neticiler, renk temalar\u0131 ve \u015firket logolar\u0131 dahil olmak \u00fczere mBossmenu&#039;n\u00fcn g\u00f6r\u00fcn\u00fcm\u00fcn\u00fc ki\u015fiselle\u015ftirebilir. Aray\u00fcz ayr\u0131ca gelir ve giderler dahil olmak \u00fczere finansal i\u00e7g\u00f6r\u00fcler sunarak i\u015f performans\u0131n\u0131 takip etmeyi kolayla\u015ft\u0131r\u0131r.<\/li>\n<li><strong>G\u00fcvenli ve Verimli<\/strong>:Optimum performans i\u00e7in tasarlanan mBossmenu, \u00e7ok say\u0131da \u00e7al\u0131\u015fan ve i\u015fletmenin oldu\u011fu durumlarda bile sorunsuz ve duyarl\u0131 bir deneyim sa\u011flar.<\/li>\n<\/ol>\n<p>mBossmenu ile FiveM sunucunuzdaki i\u015f y\u00f6netimi sadece d\u00fczene sokulmakla kalmaz, ayn\u0131 zamanda yeni bir profesyonellik ve verimlilik d\u00fczeyine de y\u00fckseltilir. Ger\u00e7ek\u00e7i ve ilgi \u00e7ekici bir i\u015f y\u00f6netimi deneyimi sa\u011flamay\u0131 ama\u00e7layan rol yapma sunucular\u0131 i\u00e7in m\u00fckemmeldir. Yaln\u0131zca premium kullan\u0131c\u0131lar i\u00e7in mevcuttur.<\/p>","protected":false},"featured_media":151392,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[2898],"product_cat":[512,96,1892],"product_tag":[],"class_list":["post-151391","product","type-product","status-publish","has-post-thumbnail","product_brand-codem","product_cat-qbcore-scripts","product_cat-esx-scripts","product_cat-fivem-job-scripts","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/product\/151391","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/comments?post=151391"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/media\/151392"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/media?parent=151391"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/product_brand?post=151391"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/product_cat?post=151391"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/product_tag?post=151391"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}