github esx-framework/esx_core 1.10.3

latest releases: 1.10.5, 1.10.4
3 months ago

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 event removeInventoryItem
  • 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

New Contributors

Full Changelog: 1.10.2...1.10.3

Don't miss a new esx_core release

NewReleases is sending notifications on new releases.