Premium MultiJob
$40.99 Ursprünglicher Preis war: $40.99$20.99Aktueller Preis ist: $20.99.
Originally created for my personal FiveM server; *wasabi_multijob* is a solution to the issue revolving around players being restricted to one job alone. What started out as a simple multi-job menu has now evolved into a full boss menu/default boss menu replacement.
Features:
- Fully optimized
- Adds all jobs to menu when player is awarded job they have not been awarded prior
- Allows players to easily go on/off duty
- Allows players to easily switch between a series of jobs
- Boss menus that you can place anywhere, for any job, in the config with ease
- Boss menus can be used to change rank/fire employees regardless if they are online or offline
- Boss menu reads from
wasabi_multijob
SQL table rather thanjob
column ofusers
table (This ensures all employees are listed regardless of if they are clocked in & that the job is removed from list when fired) - Replace stock ESX boss menus
- Ability to give bonuses to employees banks via boss menu even if employee is offline.
- User’s active job will switch to the default off duty/unemployed job if they delete said job while on duty
- Ability to blacklist jobs from being added to job menu (i.e. prisoner) *New!
- Tasteful icons *New!
- Automatically adds addon_account data and addon_account_data tables if needed (For easily adding boss menus without having to add data to SQL manually) *New!
- Frequent updates and additions planned
- Full support provided
-
$ USD
-
€ EUR
-
£ GBP
-
$ AUD
-
R$ BRL
- Instant Download
- Satisfaction Guarantee
- 100% Open Source
Config:
Config = {} Config.JobMenuCommand = 'jobs' -- Command you want for opening job menu(/jobs default) Config.JobMenuKey = 'F5' -- Configure to whichever desired key. Set to false if undesired Config.MaxJobs = 4 -- Maximum jobs a player can have in their menu(Set to false to disable limit) Config.OffDutyJob = {-- Job it switches you to while off duty. name = 'unemployed', grade = 0 } Config.blacklist = { -- Jobs you don't want awarded to menu when given to player(I.e prisoner) -- ['JOB_HERE'] = true, ['prisoner'] = true, } Config.BossMenus = { -- Configurable boss menus(Good for adding boss menus for any job that has a 'boss' grade) enabled = true, -- Easily disable completely by switching to false marker = { -- Marker configuration type = 27, color = {r = 50, g = 50, b = 204}, drawDistance = 10 }, locations = { -- Add/edit boss menu locations for defined jobs(Jobs must have a 'boss' grade to access menu) -- { coords = vector3(XX.XX, XX.XX, XX.XX), job = 'JOB_NAME_HERE' }, -- EXAMPLE {coords = vector3(-576.1141, -936.6058, 28.69531-0.9), job = "police", label = "POLICE"}, {coords = vector3(334.95, -594.01, 43.28-0.9), job = "ambulance", label = "EMS"}, } } Strings = { -- All strings for language change purposes -- Notifications ['hired_header'] = 'You\'ve been Hired!', ['hired_content'] = 'A job has been awarded in your job menu.', ['alr_clocked'] = 'Already Clocked In', ['alr_clocked_desc'] = 'You are already clocked in to this job.', ['clocked_out'] = 'Clocked Out', ['clocked_out_desc'] = 'You have successfully clocked out.', ['deleted'] = 'Deleted', ['deleted_desc'] = 'Job successfully deleted.', ['no_perm'] = 'No Permision', ['no_perm_desc'] = 'You are not authorized to access this!', ['invalid_amount'] = 'Invalid Amount', ['invalid_amount_desc'] = 'Please input a valid amount!', ['deposit_successful'] = 'Deposit Successful', ['deposit_successful_desc'] = 'You have successfully deposited $%s in to the business account', ['lacking_funds'] = 'Lacking Funds', ['lacking_funds_desc'] = 'You don\'t have enough cash for this transaction', ['withdrawal_funds'] = 'Withdrawal Funds', ['withdrawal_successful'] = 'Withdrawal Successful', ['withdrawal_successful_desc'] = 'You have successfully withdrawaled $%s from the business account', ['success'] = 'Success', ['success_desc'] = 'Action Successful!', ['invalid_id'] = 'Invalid ID', ['invalid_id_desc'] = 'Player not found with ID entered', ['hire_success'] = 'Hire Successful', ['hire_success_desc'] = 'You have successfully hired %s', ['bonus_success_desc'] = 'You successfully send %s a $%s bonus', ['bonus_title'] = 'Bonus Received!', ['bonus_msg'] = 'You were granted a $%s employment bonus from %s.', ['no_money'] = 'Insufficient Funds', ['no_money_desc'] = 'There are not enough funds for this action', ['delete_confirm'] = 'Caution!', ['delete_confirm_desc'] = 'Are you sure you wish to delete this job?', ['fire_confirm_desc'] = 'Are you sure you wish to fire this employee?', ['cancelled'] = 'Cancelled', ['cancelled_desc'] = 'You cancelled your previous action', ['fired'] = 'Employee Terminated', ['fired_desc'] = 'You successfully fired the employee', --Main Menu ['offduty_header'] = 'Off Duty', ['clockedin_job'] = 'Current Job:', ['grade_label'] = 'Position:', ['no_jobs'] = 'No Saved Jobs!', ['nojob_desc'] = 'Try applying at local businesses', ['jobs_menu'] = 'Jobs Menu', ['go_back'] = '< Go Back', -- Job Clock In / Out / Delete Menu ['clock_in'] = 'Clock In', ['clock_out'] = 'Clock Out', ['delete_job'] = 'Delete Job', -- Boss Menu ['employee_list'] = 'Employee List', ['employee_count'] = 'You currently have %s employees', ['society_funds'] = 'Manage Funds', ['society_funds_desc'] = 'Total Funds:', ['currency'] = '$', ['deposit_funds'] = 'Deposit Funds', ['withdrawal_funds'] = 'Withdrawal Funds', ['amount'] = 'Amount:', ['job_position'] = 'Position:', ['job_salary'] = 'Salary:', ['edit_rank'] = 'Promote/Demote', ['edit_rank_desc'] = 'Position: %s | Salary: $%s', ['fire_employee'] = 'Terminate Employment', ['employee_list'] = 'Employees', ['current_position'] = '(Current)', ['hire_employee'] = 'Hire Employee', ['hire_employee_desc'] = 'Hire someone by ID', ['player_id'] = 'Player\'s ID:', ['give_bonus'] = 'Give Bonus', ['give_bonus_desc'] = 'Send an employee a bonus', ['open_boss_menu_3d'] = '[~b~E~w~] Access Boss Menu' }
Only logged in customers who have purchased this product may leave a review.
How to install resources
Installing mods on FiveM allows you to customize your server with unique assets, scripts, MLOs, and other enhancements. Here's a clear, detailed guide on how to install mods to your FiveM server.
Step 1: Download the Desired Mod
Find a Mod: Start by browsing through websites that offer FiveM mods, such as fivem-mods.net, GTA5-Mods.com, or community-based forums and Discord servers. You can also download mods from repositories like GitHub or from script developers' personal websites.
Check Compatibility: Ensure that the mod you're downloading is compatible with the version of FiveM you're running (especially if you're using specific frameworks like QBCore or ESX).
Download Files: Download the mod files, usually compressed in a
.zip
or.rar
file format. These files will contain the necessary resources for installation.
Step 2: Prepare Your Server
Access Your Server Files: Log into your FiveM server’s file manager. This can be done either through an FTP client like FileZilla or through the control panel provided by your hosting provider.
Create a Backup: Before making any changes, it's essential to back up your server files. This ensures you can restore your server in case something goes wrong.
Locate the Resources Folder: Once inside your server files, locate the resources folder. This is where all mods and scripts are installed.
Step 3: Install the Mod
Extract the Files: If the mod is in a compressed file, extract the contents to a folder on your local computer.
Upload the Mod Files:
- Use your FTP client or file manager to upload the extracted folder into the resources folder of your server.
- Ensure the folder name is descriptive, as you will reference it in the server configuration.
Configure the Server to Load the Mod:
- Open your server’s server.cfg file (found in the main directory of your server).
- Add a line to ensure the server loads the mod. Typically, this will be in the form of:css
ensure [mod_name]
- For example, if you added a mod called
my_car_mod
, you would add:rubyensure my_car_mod
Step 4: Set Up Dependencies (If Any)
Some mods may have dependencies, such as specific libraries, frameworks, or resources that need to be installed separately. Always check the mod’s documentation for any such requirements.
Install Dependencies: If the mod requires any additional resources, download and install them in the same resources folder, following the same process outlined in Step 3.
Load Dependencies: Add any necessary dependencies to your
server.cfg
file just as you did for the main mod.
Step 5: Restart the Server
- Restart the Server: Once the mod and its dependencies have been uploaded and configured, restart your server.
- You can either use the Restart button in your control panel or manually restart it through an FTP client or terminal command.
- Check the Console: After the restart, monitor the server console for any error messages. If you see any issues related to the mod, check the mod’s documentation or troubleshoot based on the error message.
Step 6: Test the Mod In-Game
Join Your Server: Open FiveM and connect to your server to test the mod.
Check for Issues: Test whether the mod functions as expected. Ensure that the new features, vehicles, or scripts are loading properly.
Step 7: Troubleshoot (If Necessary)
If the mod isn't working as expected, you may need to troubleshoot:
- Check File Paths: Ensure all files are in the correct folders and paths.
- Review Logs: Look at the server logs for any errors or conflicts.
- Update Dependencies: Ensure any required dependencies are correctly installed and up to date.
- Mod Compatibility: Verify that the mod is compatible with the version of FiveM and other mods you’re using.
Final Thoughts
Installing mods on your FiveM server is a great way to enhance gameplay, offer unique content to players, and make your server stand out. Always remember to back up your server before making any changes, and be mindful of mod compatibility to prevent conflicts.
By following the steps outlined above, you can easily install and manage mods to enrich your FiveM server experience.
Mods that will extend Roleplay
- Money-Back Guarantee: If you're not satisfied, we've got you covered with a no-questions-asked refund policy.
- Exclusive Content: Our mods and scripts are professionally crafted and exclusive to our platform.
- Trusted by the Community: Join thousands of FiveM server owners who rely on us for quality resources.
- High-Quality Design: Built with optimized coding practices for top-tier performance.
- Seamless Integration: Easily install and run on any FiveM server without compatibility issues.
- Customizable Options: Adjust settings and features to fit your server's unique style.
- Optimized Performance: Tested to ensure minimal resource usage and maximum efficiency.
- Lifetime Updates: Stay ahead with ongoing updates and improvements included at no extra cost.
Reviews
There are no reviews yet.