Skip to content

Bug fixing a new features!

Latest
Compare
Choose a tag to compare
@manups4e manups4e released this 26 Oct 07:40
· 31 commits to master since this release

New update, new features, less bugs!

In this version:

  • Lua: Added missing new badges
  • Lua: Fixed non string values in ListItem lists not being converted to strings
  • Lua & C#: Added new Custom Badge feature for MenuItems and MissionItems!
    • To use custom badges, simply call SetCustomRightBadge(string txd, string txn) or SetCustomLeftBadge(string txd, string txn) in C# and :CustomLeftBadge(txd,txn) or :CustomRightBadge(txd,txn) in Lua

image

  • C#: Fix for ped not being spawned for same item selection in Pause and Lobby
  • Lua: Fixed scoreboard (player list) empty icon not being converted to empty string in scaleform
  • Lua & C#: Fix for footer not being shown when changing tabs sometimes.
  • Scaleforms: created unique code for scaleforms instead of duplicates and enhanced performances, removed textured checkbox for a custom made one to avoid multiple calls in the internal API slowing down the performance for multiple checkboxes, and more bug fixes scaleform side.

Full Changelog: v5.3.6.2...v5.4.0

⚠️⚠️ As usual, please make sure to update both API and Assets resources!! ⚠️⚠️