Server Exports
Server Exports
WithdrawMoney
---@param jobName string Registered job or gang name, e.g. 'police' / 'ballas'
---@param amount number Amount of money to withdraw
---@return boolean success True if withdrawal succeeded, false otherwise
exports['g-bossmenu']:WithdrawMoney(jobName, amount)DepositMoney
---@param jobName string Registered job or gang name, e.g. 'police' / 'ballas'
---@param amount number Amount of money to deposit
---@return boolean success True if deposit succeeded, false otherwise
exports['g-bossmenu']:DepositMoney(jobName, amount)GetSocietyMoney
---@param jobName string Registered job or gang name, e.g. 'police' / 'ballas'
---@return number balance Current balance of the society account
exports['g-bossmenu']:GetSocietyMoney(jobName)CreateTransactionLog
GetTotalReportsByJob
GetAllReportsByJob
GetPlayerReportById
CreatePlayerReport
DeletePlayerReport
GetReportsByIdentifier
GetTotalEmployeeLeaves
GetEmployeeLeaveById
GetLeavesByIdentifier
CreateEmployeeLeave
DeleteEmployeeLeave
GetAllJobVehicles
GetPlayerJobVehicles
AddJobVehicle
RemoveJobVehicle
GetJobVehicleByPlate
GetTotalJobApplications
GetAllJobApplications
GetJobApplicationById
CreateJobApplication
GetApplicationsByIdentifier
Last updated