Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.34 KB

esx-framework-jobs.md

File metadata and controls

44 lines (26 loc) · 1.34 KB
description
How to correctly add the society jobs for esx.

ESX Framework Jobs

{% hint style="info" %} You only need to follow these steps if you're usingConfig.UseFrameworkJobs = true {% endhint %}

Follow these steps for all owned mechanics.

  1. Get the job name from the config.lua\

  2. Go to your database.\

  3. Open the addon_account table\

  4. Right click and press Insert row\

  5. Set the name to society_[JOBNAME]

    For example: job name lscustoms would be society_lscustoms
    Set the shared column to 1\

  6. Open the addon_account_data table
    \

  7. Right click and press Insert row\

  8. Set the account_name to the same as before eg: society_lscustoms
    Then set money to 0 and leave the rest as it is.

And now you are all set! If you have any questions please use the mechanic chat or ticket.