Updates in version ESX 1.10.3
Core Scripts Update :
Thanks to the people behind the scenes who make this update possible, especially our translators, developers, team leaders and all contributors 😍
The major change is that the 6188 artifact is now needed to run the ESX Framework due to the use of the GetPlayerIdentifierByType native
🛠️ General Improvements:
- Resolved various lint errors, including unused values and extra whitespaces.
- Some formatting of the code
- Update some translations (
Slovenian
,Finnish
,German
,Swedish
,Hebrew
,French
,Czech
) and created some new translations (Indonesian
) - Improved
ESX.Game.SpawnObject
function by removing the callback and using the network function directly with a native - Optimization and overall improvement of functions
ESX.SearchInventory
,ESX.Game.GetPeds
,ESX.Game.GetPlayers
,ESX.ShowInventory
and of an eventremoveInventoryItem
- Add underflow check for
removeAccountMoney
- General improvement of
setJob
function - Use ESX.RegisterInput for
/showinv
- The
loadESXPlayer
function has been rewritten and improved - We do not save a player unless he is spawned
⛔ Removed:
- Remove of the calback for spawn object networking. Now we handle that with natives.
🌱 Fixes:
- Add missing onCancel callback method to progressbar
- Fixed bug in metadata. Now the metadata value can be set to
false
- Fixed bug with DisableHealthRegeneration (It needs to be re-setted on ped change)
- Fixed player collision bug when spawning using HasCollisionLoadedAroundEntity property
- Fixed date of birth checking in esx_identity
- Added default value for skin_male and skin_female.
- Added missing columm label to banking table
Addons Scripts Update :
-
Overall, a few addon resources have been improved. We also prevent exploits in
esx_drugs
. -
In
esx_barbershop
we are caching player skins for better performance. -
In policejob we are caching fine types for better database optimization.
https://github.com/esx-framework/esx_core/releases/tag/1.10.3
What's Changed
- update: Change manifest version in #1223
- sync dev branch by @TheFantomas in #1225
- 🚑 Fix server commands in server console by @Gellipapa in #1227
- ♻️ Synch main to dev by @Gellipapa in #1228
- remove callback by @Arctos2win in #1229
- add native to dependencies by @Arctos2win in #1231
- Updated fi.lua by @Bloope18 in #1234
- improve multiple functions and one event by @Arctos2win in #1232
- refactor(Player Class): Typing Code & Perf by @Walker974 in #1217
- quick fix by @Arctos2win in #1236
- Update de.lua by @ItzTrivial in #1237
- Create sv.lua by @Dannezzzan in #1239
- Create sv.lua by @Dannezzzan in #1238
- Create sv.js by @Dannezzzan in #1243
- Create sv.lua by @Dannezzzan in #1242
- Create sv.lua by @Dannezzzan in #1241
- Create sv.lua by @Dannezzzan in #1240
- 🔧 Added missing onCancel callback to progressbar by @Gellipapa in #1247
- Prevent Integer Underflow in Account Balance Update by @Kenshiin13 in #1253
- fix: (esx_multicharacter) FR translation by @Cartman117 in #1254
- improve setjob function by @Arctos2win in #1255
- Create id.lua by @IAmNotGod-core in #1258
- fix(es_extended/server/classes/player): trying to use non existent event by @Thekuca in #1263
- fix player metadata can get set to false. by @Arctos2win in #1266
- fix(es_extended/client/modules/actions): player health regeneration by @Thekuca in #1277
- refactor(es_extended/client/main): use esx keymapping function by @Thekuca in #1278
- chore(readme.md) by @Thekuca in #1283
- ESX.CreateJob - Fixed error for skin no default value by @t1ger-scripts in #1282
- Added ESX.DeleteJob for Runtime by @t1ger-scripts in #1281
- Revert "Added ESX.DeleteJob for Runtime" by @Arctos2win in #1284
- sl.lua by @C3-FrameWork in #1252
- Fix checkDOBFormat by @xtrsyz in #1279
- Dev Update Hebrew by @thefourcraft in #1250
- fix(SQL): fixed missing column by @zRxnx in #1289
- REwrite LoadESXPlayer by @Arctos2win in #1290
- 🎉 New release 1.10.3 by @Gellipapa in #1292
- Fix for ox inventory by @Arctos2win in #1293
New Contributors
- @Dannezzzan made their first contribution in #1239
- @IAmNotGod-core made their first contribution in #1258
- @t1ger-scripts made their first contribution in #1282
- @xtrsyz made their first contribution in #1279
- @zRxnx made their first contribution in #1289
Full Changelog: 1.10.2...1.10.3