box-archivePatch Details

Find all the necessary details about updates/patches on this page

chevron-rightUpdate v1.2.0hashtag
+ Added: Tax system where a configurable percentage of player paychecks goes to the government society (Optional).
+ Added: Boss approval for paychecks with an option to exempt specific jobs from required approval (Optional).
+ Added: Configurable phone notification when a paycheck is received (default support for lb-phone; add your logic in src/server/sv_edit.lua).

Modified files

  • locales/translations/

  • src/server/server.lua

  • src/server/functions.lua

  • src/server/handle.lua

  • src/server/nui_server.lua

  • src/server/sv_edit.lua

  • src/server/utils.lua

  • src/utils/global.lua

  • src/shared/Config.lua (new config lines added)

  • fxmanifest.lua – version bumped

chevron-rightUpdate v1.1.2hashtag
+ Fixed: Discord webhook rate-limit errors (429) when collecting multiple paychecks.
+ Fixed: [Security] Improved paycheck collection validation.

Modified files
* src/server/nui_server.lua
* src/server/logs.lua
* src/server/functions.lua
* fxmanifest.lua – bumped version
chevron-rightUpdate v1.1.1hashtag
Fixed: issue where paychecks were not added to the account when CollectAllPaymentType = "society" set in the config.

Modified files

  • src/server/nui_server.lua

  • fxmanifest.lua – bumped version

chevron-rightUpdate v1.1.0hashtag
Update: Fixed an issue where players could not collect multiple paychecks on the same day. Now even if a paycheck is collected today, the system will still create a new one for the same day.
  
+ Added a new feature: Manual Bonus Paycheck.

Last updated