Skip to content

Release 2.0

Latest

Choose a tag to compare

@BungeeException-DEV BungeeException-DEV released this 29 Jun 16:47
· 4 commits to main since this release
ec9af94

Release Notes - v2.0
What's New

Framework Compatibility:

  • The script now supports both QBCore and ESX (including ESX Legacy).
  • You can select the desired framework in the config.lua file.

Gang Functionality:

  • Gang functionality is now exclusive to QBCore.
  • This feature allows players in the same gang to see each other on the map if they have a GPS tracker.

Event Handling:

  • For ESX, the script now uses the esx:setJob event to update job information.
  • For QBCore, the script continues to use QBCore:Client:OnJobUpdate and QBCore:Client:OnGangUpdate for job and gang updates, respectively.

Configuration Improvements:

  • Updated the config.lua file to include a Framework option for easy selection between QBCore and ESX.

Code Refactoring:

  • Reactored client and server scripts to accommodate multiple frameworks.
  • Improved code readability and maintainability.