{"id":93681,"date":"2023-11-13T07:20:34","date_gmt":"2023-11-13T06:20:34","guid":{"rendered":"https:\/\/fivem-mods.net\/?post_type=product&#038;p=93681"},"modified":"2025-12-24T07:29:45","modified_gmt":"2025-12-24T06:29:45","slug":"premium-multijob","status":"publish","type":"product","link":"https:\/\/fivemx.com\/de\/premium-multijob\/","title":{"rendered":"Premium MultiJob"},"content":{"rendered":"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Wasabi&#039;s FiveM Multi Job \/ Boss Menu System [ESX]\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/cVg0WnI1avw?feature=oembed\" loading=\"lazy\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Config:<\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">Config = {}\n\nConfig.JobMenuCommand = 'jobs' -- Command you want for opening job menu(\/jobs default)\nConfig.JobMenuKey = 'F5' -- Configure to whichever desired key. Set to false if undesired\n\nConfig.MaxJobs = 4 -- Maximum jobs a player can have in their menu(Set to false to disable limit)\n\nConfig.OffDutyJob = {-- Job it switches you to while off duty.\n    name = 'unemployed',\n    grade = 0\n}\n\nConfig.blacklist = { -- Jobs you don't want awarded to menu when given to player(I.e prisoner)\n--  ['JOB_HERE'] = true,\n    ['prisoner'] = true,\n}\n\nConfig.BossMenus = { -- Configurable boss menus(Good for adding boss menus for any job that has a 'boss' grade)\n    enabled = true, -- Easily disable completely by switching to false\n    marker = { -- Marker configuration\n        type = 27,\n        color = {r = 50, g = 50, b = 204},\n        drawDistance = 10\n    },\n    locations = { -- Add\/edit boss menu locations for defined jobs(Jobs must have a 'boss' grade to access menu)\n    --  { coords = vector3(XX.XX, XX.XX, XX.XX), job = 'JOB_NAME_HERE' }, -- EXAMPLE\n        {coords = vector3(-576.1141, -936.6058, 28.69531-0.9), job = \"police\", label = \"POLICE\"},\n        {coords = vector3(334.95, -594.01, 43.28-0.9), job = \"ambulance\", label = \"EMS\"},\n    }\n}\n\nStrings = {\n    -- All strings for language change purposes\n\n    -- Notifications\n    ['hired_header'] = 'You\\'ve been Hired!',\n    ['hired_content'] = 'A job has been awarded in your job menu.',\n    ['alr_clocked'] = 'Already Clocked In',\n    ['alr_clocked_desc'] = 'You are already clocked in to this job.',\n    ['clocked_out'] = 'Clocked Out',\n    ['clocked_out_desc'] = 'You have successfully clocked out.',\n    ['deleted'] = 'Deleted',\n    ['deleted_desc'] = 'Job successfully deleted.',\n    ['no_perm'] = 'No Permision',\n    ['no_perm_desc'] = 'You are not authorized to access this!',\n    ['invalid_amount'] = 'Invalid Amount',\n    ['invalid_amount_desc'] = 'Please input a valid amount!',\n    ['deposit_successful'] = 'Deposit Successful',\n    ['deposit_successful_desc'] = 'You have successfully deposited $%s in to the business account',\n    ['lacking_funds'] = 'Lacking Funds',\n    ['lacking_funds_desc'] = 'You don\\'t have enough cash for this transaction',\n    ['withdrawal_funds'] = 'Withdrawal Funds',\n    ['withdrawal_successful'] = 'Withdrawal Successful',\n    ['withdrawal_successful_desc'] = 'You have successfully withdrawaled $%s from the business account',\n    ['success'] = 'Success',\n    ['success_desc'] = 'Action Successful!',\n    ['invalid_id'] = 'Invalid ID',\n    ['invalid_id_desc'] = 'Player not found with ID entered',\n    ['hire_success'] = 'Hire Successful',\n    ['hire_success_desc'] = 'You have successfully hired %s',\n    ['bonus_success_desc'] = 'You successfully send %s a $%s bonus',\n    ['bonus_title'] = 'Bonus Received!',\n    ['bonus_msg'] = 'You were granted a $%s employment bonus from %s.',\n    ['no_money'] = 'Insufficient Funds',\n    ['no_money_desc'] = 'There are not enough funds for this action',\n    ['delete_confirm'] = 'Caution!',\n    ['delete_confirm_desc'] = 'Are you sure you wish to delete this job?',\n    ['fire_confirm_desc'] = 'Are you sure you wish to fire this employee?',\n    ['cancelled'] = 'Cancelled',\n    ['cancelled_desc'] = 'You cancelled your previous action',\n    ['fired'] = 'Employee Terminated',\n    ['fired_desc'] = 'You successfully fired the employee',\n\n    --Main Menu\n    ['offduty_header'] = 'Off Duty',\n    ['clockedin_job'] = 'Current Job:',\n    ['grade_label'] = 'Position:',\n    ['no_jobs'] = 'No Saved Jobs!',\n    ['nojob_desc'] = 'Try applying at local businesses',\n    ['jobs_menu'] = 'Jobs Menu',\n    ['go_back'] = '&lt; Go Back',\n\n    -- Job Clock In \/ Out \/ Delete Menu\n    ['clock_in'] = 'Clock In',\n    ['clock_out'] = 'Clock Out',\n    ['delete_job'] = 'Delete Job',\n\n    -- Boss Menu\n    ['employee_list'] = 'Employee List',\n    ['employee_count'] = 'You currently have %s employees',\n    ['society_funds'] = 'Manage Funds',\n    ['society_funds_desc'] = 'Total Funds:',\n    ['currency'] = '$',\n    ['deposit_funds'] = 'Deposit Funds',\n    ['withdrawal_funds'] = 'Withdrawal Funds',\n    ['amount'] = 'Amount:',\n    ['job_position'] = 'Position:',\n    ['job_salary'] = 'Salary:',\n    ['edit_rank'] = 'Promote\/Demote',\n    ['edit_rank_desc'] = 'Position: %s | Salary: $%s',\n    ['fire_employee'] = 'Terminate Employment',\n    ['employee_list'] = 'Employees',\n    ['current_position'] = '(Current)',\n    ['hire_employee'] = 'Hire Employee',\n    ['hire_employee_desc'] = 'Hire someone by ID',\n    ['player_id'] = 'Player\\'s ID:',\n    ['give_bonus'] = 'Give Bonus',\n    ['give_bonus_desc'] = 'Send an employee a bonus',\n    ['open_boss_menu_3d'] = '[~b~E~w~] Access Boss Menu'\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Urspr\u00fcnglich f\u00fcr meinen pers\u00f6nlichen FiveM-Server erstellt; *wasabi_multijob* ist eine L\u00f6sung f\u00fcr das Problem, dass Spieler auf einen einzigen Job beschr\u00e4nkt sind. Was als einfaches Multi-Job-Men\u00fc begann, hat sich mittlerweile zu einem vollst\u00e4ndigen Boss-Men\u00fc\/Standard-Boss-Men\u00fc-Ersatz entwickelt.<\/p>\n<h2>Merkmale:<\/h2>\n<ul>\n<li>Vollst\u00e4ndig optimiert<\/li>\n<li>F\u00fcgt alle Jobs zum Men\u00fc hinzu, wenn dem Spieler ein Job zugewiesen wird, der ihm vorher nicht zugewiesen wurde<\/li>\n<li>Erm\u00f6glicht Spielern, problemlos in den Dienst zu wechseln bzw. ihn zu verlassen<\/li>\n<li>Erm\u00f6glicht Spielern den einfachen Wechsel zwischen einer Reihe von Jobs<\/li>\n<li>Boss-Men\u00fcs, die Sie \u00fcberall und f\u00fcr jeden Job problemlos in der Konfiguration platzieren k\u00f6nnen<\/li>\n<li>\u00dcber Boss-Men\u00fcs k\u00f6nnen Mitarbeiter ihren Rang \u00e4ndern oder entlassen werden, unabh\u00e4ngig davon, ob sie online oder offline sind.<\/li>\n<li>Boss-Men\u00fc liest aus\u00a0<code>wasabi_multijob<\/code>\u00a0SQL-Tabelle statt\u00a0<code>Arbeit<\/code>\u00a0Spalte von\u00a0<code>Benutzer<\/code>\u00a0Tabelle (Dadurch wird sichergestellt, dass alle Mitarbeiter aufgelistet werden, unabh\u00e4ngig davon, ob sie eingestempelt sind, und dass der Job bei Entlassung aus der Liste entfernt wird)<\/li>\n<li>Ersetzen Sie die Standard-ESX-Boss-Men\u00fcs<\/li>\n<li>M\u00f6glichkeit, den Banken der Mitarbeiter \u00fcber das Chefmen\u00fc Boni zu gew\u00e4hren, selbst wenn der Mitarbeiter offline ist.<\/li>\n<li>Der aktive Job des Benutzers wird zum Standardjob au\u00dfer Dienst\/Arbeitslosigkeit, wenn er diesen Job w\u00e4hrend der Dienstzeit l\u00f6scht.<\/li>\n<li>M\u00f6glichkeit, Berufe auf die schwarze Liste zu setzen, damit sie nicht zum Berufsmen\u00fc hinzugef\u00fcgt werden (z. B. Gefangener) *<strong>Neu!<\/strong><\/li>\n<li>Geschmackvolle Ikonen *<strong>Neu!<\/strong><\/li>\n<li>F\u00fcgt bei Bedarf automatisch Addon_account-Daten und Addon_account_data-Tabellen hinzu (zum einfachen Hinzuf\u00fcgen von Boss-Men\u00fcs, ohne Daten manuell zu SQL hinzuf\u00fcgen zu m\u00fcssen) *<strong>Neu!<\/strong><\/li>\n<li>Regelm\u00e4\u00dfige Updates und Erg\u00e4nzungen geplant<\/li>\n<li>Voll <a class=\"wpil_keyword_link\" href=\"https:\/\/fivemx.com\/de\/unterstutzung\/\" title=\"Unterst\u00fctzung\" data-wpil-keyword-link=\"linked\" data-wpil-monitor-id=\"1358\">Unterst\u00fctzung<\/a> bereitgestellt<\/li>\n<\/ul>","protected":false},"featured_media":93683,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[2910],"product_cat":[1895,96,1892,1820],"product_tag":[],"class_list":["post-93681","product","type-product","status-publish","has-post-thumbnail","product_brand-wasabi-scripts","product_cat-fivem-medic-scripts","product_cat-esx-scripts","product_cat-fivem-job-scripts","product_cat-police-scripts","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product\/93681","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/comments?post=93681"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/media\/93683"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/media?parent=93681"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_brand?post=93681"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_cat?post=93681"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_tag?post=93681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}