CodeWorks
YoutubeDiscordTebex
  • Welcome!
  • Main
    • How can i download my script
    • How can i transfer my script
    • Whats escrow system?
  • Errors
    • You lack the required entitlement to use cdw-*
  • Scripts
    • Boss Menu
      • Installation
      • Configuration
      • Language Files
      • Events / Export List
      • Editable Files
        • sv_utils.lua
        • cl_utils.lua
        • cl_mugshot.lua
    • Hud System
      • Installation
      • Configuration
      • Language Files
      • Events / Export List
      • Editable Files
        • sv_utils.lua
        • cl_utils.lua
      • Integrations
        • QB Core
          • Notification
          • Progressbar
        • ESX
          • Notification
          • Progressbar
        • ox_lib
          • Notification
          • Progressbar
  • GPS & Bodycam
    • GPS System
      • Installation
      • Configuration
      • Language Files
      • Editable Files
        • sv_utils.lua
        • cl_utils.lua
    • Bodycam System
      • Installation
      • Configuration
      • Language Files
      • Editable Files
        • sv_utils.lua
        • cl_utils.lua
Powered by GitBook
On this page
  • Add Job Money
  • Remove Job Money
  • Get Player Bills
  1. Scripts
  2. Boss Menu

Events / Export List

All of these events and exports are client-sided

Add Job Money

exports["cdw-bossmenu"]:AddJobMoney(job, amount) --return true of false
Parameter
Type
Description

job

String

Profession you want to organize

amount

Integer

The amount you want to add

Remove Job Money

exports["cdw-bossmenu"]:RemoveJobMoney(job, amount) --return true of false
Parameter
Type
Description

job

String

Profession you want to organize

amount

Integer

The amount you want to extract

Get Player Bills

exports["cdw-bossmenu"]:GetPlayerBills(targetid)

Return;

{
    id: databaseid,
    amount: amount,
    desc: desc,
    date: date,
    lastdate: lastdate,
    name: name,
    sendername: sendername,
    ispaid: ispaid,
    senderidf: senderidf,
}
PreviousLanguage FilesNextEditable Files

Last updated 9 days ago