github esx-framework/esx_core 1.10.8

17 hours ago

We are pleased to announce the release of ESX Core version 1.10.8!

🚨 BREAKING CHANGES:

With 1.10.8, due to a major bug fix, the synchronization of metadata and xPlayer.set via statebags has been removed.

So now neither metadata nor xPlayer.set data are synchronized via statebagen. An older logic has been implemented that updates ESX.PlayerData via this event esx:updatePlayerData, which currently includes the metadata.

🚑 Urgent bug fix:

Currently, everything flowing through xPlayer.set is being put into a statebag, aswell as all metadata , resulting in crashes. #1407

🛠️ General Improvements:

- Updated license year:

Updated the license year in cron to reflect the current year and some other license changes #1387

- Using cached ped value:

Instead of PlayerPedId() we now use ESX.PlayerData.ped in progressBar #1385

- Lowercase account check:

Account function are not case sensitive anymore. You can use money or Money #1379

- General improvements of ESX.Streaming functions:

More in pull request #1303

- Cache resource states:

Now the status of addon resources such as esx_progressbar for better performance #1303

- Vehicle change check:

Implemented a better way of checking if player changed vehicle #1400

🌱 Fixes:

- xPlayer validation:

In chatMessage handler we now validate if xPlayer is not nil value #1384

- ESX.PlayerData.name fix:

Fix ESX.PlayerData.name value being nil #1388

- Spelling mistake:

Fixed spelling mistake in German locales (de.lua) #1383

- Prevent awaiting script:

Prevent scripts from awaiting when multicharacter is set to false. Learn more in the pull request #1396

- Typo fix

Fixed a parameter typo for printing "ignoring invalid .setJob() usage" #1403

- Fix job creation function

Fixed job creation function with full transaction for jobs and job_grades tables #1404

- Fix notify no valid icon

Fixed notify no valid icon #1406

What's Changed

New Contributors

Full Changelog: 1.10.7...1.10.8

Don't miss a new esx_core release

NewReleases is sending notifications on new releases.