Installation guide
Welcome to the Brutal Mechanic Job installation guide, here you can learn how to completely install our asset.
Last updated
Was this helpful?
Welcome to the Brutal Mechanic Job installation guide, here you can learn how to completely install our asset.
Last updated
Was this helpful?
If you don't have any experience in development we are highly recommend to follow each step in this documentation, and if you have a developer ask them to install the script for you as they have more experience.
Once the purchase is made on our , you will receive your asset directly in your , in the Granted Assets panel you will see the asset, download it and do the following steps to install it correctly.
Put the script folder to your server.
Start the script in the server.cfg. (ensure brutal_mechanicjob)
Restart your server! (And you get permission to use the script)
If you don't have the items integrated correctly, you will receive random errors.
Check that you don't have duplicate items in your inventory or database before integrating them, otherwise you might have some errors.
This asset depends on certain items for its operation, so don't forget to integrate all items correctly into your database or inventory system, depending on how you use your server.
If your inventory is not among the following, you can create the file yourself using the examples of each item by displaying any of the following tabs.
Here you can find the images which we used for the items
Correctly position the assets in the server.cfg by following this step, if something goes wrong you will probably get errors about exports not found, do not skip this step!
If you are using a multicharacter system then this step is really important to make our script working propetly! If you don't use any or the loaded event is the same as the basic core one then you are done with this step.
In the client-core.lua file go to the LoadedEvent variable and if you are using a different event then paste there your event which is used on your server.
You have to make some modifications on your framework to to use this asset. Do not skip these steps as it will cause that the script will not work propetly!
Navigate to esx_society/server/main.lua and replace this function:
If you want the players only get paycheck if they are on duty then replace this file: es_extended/server /paycheck.lua
Navigate to qb-core/shared/job.lua and set the defaultDuty to false:
To use the vehicle lift functionality in the script you have to add props to your server. If you miss this step you will get random errors!
Download the attached file and then you have to start this assets just like any other script on your server.
Please make sure that you go through the whole file during the installation and check everything. It is one of the most important things as if you miss this step the script might won't work propetly.
The most important things always at the top of the config so pay the most attencion to these elements.
If you have the esx_mechanicjob, qb-mechanicjob, or any other similar basic job like these, you don't need them anymore, so you can easily remove them from your server files!
If you want to use the opportunnities which can be given by a webhook then you will have to set it up in our assets. You can do it by changeing a value to your in the sv-utils.lua file.
If you are using the then it is good news, you don't have to do anything. If you aren't then set the BrutalNotify value to false in the config and set up your own notify in the cl-utils.lua
If you followed the installational guide and the script still don't work or you get any errors the please check the common errors, here in the docs and in our server, for more informations.