esx_core icon indicating copy to clipboard operation
esx_core copied to clipboard

Official Repo For core resources for esx-legacy

Results 97 esx_core issues
Sort by recently updated
recently updated
newest added

### **Describe the Feature** With the new version (1.11.*) and the integration of job duty, it would be useful to alter the data in `ESX.JobsPlayerCount` to not only reflect the...

enhancement

### Description This fix ensures that the esx_identity:completedRegistration according to the official documentations gets triggered after a player completed their registration. --- ### Motivation This would help players to identify...

### Description This pull request refactors esx_identity by modularizing the codebase, improving the structure, and applying the DRY principle. The esx_identity:registerIdentity callback has been cleaned up and optimized, and related...

### Description This pull request refactors esx_identity by modularizing the codebase, improving the structure, and applying the DRY principle. The esx_identity:registerIdentity callback has been cleaned up and optimized, and related...

### Description Added feature to check if an item or an account does exist. --- ### Motivation Troubleshooting or error catching --- ### Implementation Details function --- ### Usage Example...

### Description Adds a new method `getAccountMoney` to the `xPlayer` object to retrieve the current money amount of a specified account. This simplifies fetching account balances directly from the player...

Renamed local variable table to request to avoid shadowing Lua's global table library. Corrected function names ServerRecieve and ClientRecieve → ServerReceive / ClientReceive. Standardized "unknown" string casing for GetInvokingResource() comparisons....

## What - Fix missing placeholder in `deferrals.update` so the player identifier is displayed in the deferral UI. - Ensure server callbacks (`esx:getPlayerData`, `esx:getOtherPlayerData`, `esx:getPlayerNames`) always invoke `cb` instead of...

awaiting review

### Description --- ### Motivation --- ### Implementation Details --- ### Usage Example ```lua -- Add example usage here ``` --- ### PR Checklist - [ ] My commit messages...

## Description This PR introduces a robust Vehicle Identification Number (VIN) system to the ESX Framework, providing unique identifiers for all vehicles. The implementation follows real-world VIN standards adapted for...