Yoda Things Documentation
  • 💚Yoda Things Documentation
  • INFORMATION
    • 📃Discord Roles
    • 📀Assets Updates
    • ✅Ensure/Start Order
  • PAID RESOURCES
    • 🗑ïļAdvanced Garbage Job
      • 🧰Installation
      • ⚙ïļConfiguration
    • 🚚PostOP Deliveries
      • 🧰Installation
      • ⚙ïļConfiguration
    • 📋Reputation System
      • 🧰Installation
      • ⚙ïļConfiguration
        • ✅Add New Job's
        • 📎Exports
  • FREE RESOURCES
    • 🌐Notify System
    • ðŸ’ĻOxy/Drug Runs
      • 🧰Installation
    • 🗑ïļGarbage Job
      • 🧰Installation
    • ðŸŠĶCemetery Robbery
      • 🧰Installation
      • ⚙ïļConfiguration
Powered by GitBook
On this page
  • To add and remove points we provide exports so you can make the reputation system work with your job scripts.
  • Add Points
  • Remove Points

Was this helpful?

  1. PAID RESOURCES
  2. Reputation System
  3. Configuration

Exports

To add and remove points we provide exports so you can make the reputation system work with your job scripts.

Add Points

Parameters:

  • Label - The label of the job that are on config_jobs.lua.

  • Points - The number of points to add to the person.

exports['yoda-reputation']:addPoints(source, label, points)

Remove Points

Parameters:

  • Label - The label of the job that are on config_jobs.lua.

  • Points - The number of points to remove to the person.

exports['yoda-reputation']:removePoints(source, lable, points)
PreviousAdd New Job'sNextNotify System

Last updated 5 months ago

Was this helpful?

📋
⚙ïļ
📎