qb-core
qb-core copied to clipboard
FiveM RP Framework Core :muscle:
Improve VehicleInfo Event Handling with Fallbacks and Optional Key Check Description: This PR enhances the QBCore:Client:VehicleInfo event logic for improved compatibility and error safety: Added fallback method to retrieve the...
feat(core): add functions to retrieve online players by job name or type with optional on-duty check
## Description Adds two utility functions to retrieve online players by either job name or job type, with optional filtering for on-duty status. While the logic is a bit nested,...
## Description added some fixes in tamil locales ## Checklist - [x] I have personally loaded this code into an updated qbcore project and checked all of its functionality. -...
Updated player deletion code in `server/player.lua` to accommodate tables that do not use the column name `citizenid`. Many scripts use other column names to store the `citizenid` but contain data...