BUTY SHOP
WebDiscord
  • 💜BUTY DOCUMENTATION
  • âš ī¸INFORMATION
    • LICENSES
    • OUR TERMS
    • SUPPORT
  • 📚GUIDES
    • ⭐Infinite JOBS
      • INSTALLATION
      • HOW TO DO
    • đŸŒŋGardener Job
      • INSTALLATION
    • ❗Infinite Activities
      • INSTALLATION
    • đŸ›Šī¸Flight School
      • INSTALLATION
    • 🚤Boat School
      • INSTALLATION
    • đŸ’ŗLicense System
      • INSTALLATION
      • EXPORT INTEGRATION
      • COMMANDS
    • 🚗Vehicle Shop
      • INSTALLATION
    • â›ī¸Advanced Miner
      • INSTALLATION
    • 🔄Progress Bar
      • INSTALLATION
    • 💊Advanced Sell Drugs
      • INSTALLATION
      • COMMON PROBLEMS
    • 🌊Rent Water Activities
      • INSTALLATION
    • đŸŽī¸Rent Kart Vehicles
      • INSTALLATION
    • 🧑‍đŸĻąAdvanced Identity
      • INSTALLATION
    • 🚚Advanced Trucker
      • INSTALLATION
    • đŸ›Šī¸Advanced Airplane
      • INSTALLATION
    • 🚌Advanced Bus
      • INSTALLATION
    • â™ģī¸Advanced Garbage
      • INSTALLATION
      • COMMON PROBLEMS
  • âš™ī¸COMMON ERRORS
Powered by GitBook
On this page
  1. GUIDES
  2. Infinite JOBS

HOW TO DO

Here we will explain how to do some things in the script

1. HOW DO I ADD EXTERNAL JOBS?: ...

  1. Open Buty-InfiniteJobs and go to the folder JOBS

  2. Create a file with the name of the job you want to add, for example police.

  3. Inside that .lua add 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
    },
}
  1. Finally, save the file and restart your script, and you would have your work added!

PreviousINSTALLATIONNextGardener Job

Last updated 3 months ago

📚
⭐