HOW TO DO
Here we will explain how to do some things in the script
1. HOW DO I ADD EXTERNAL JOBS?: ...
- Open Buty-InfiniteJobs and go to the folder - JOBS
- Create a file with the name of the job you want to add, for example police. 
- Inside that - .luaadd this inside changing what I explain below:
return {
    JobInfo = {
        Name = "police",  -- label job
        JobID = {"police", 0}, --the name of your job
        info = "become a police officer!", -- desc job
    },
}- Finally, save the file and restart your script, and you would have your work added! 
Last updated
