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)
orSetCustomLeftBadge(string txd, string txn)
in C# and:CustomLeftBadge(txd,txn)
or:CustomRightBadge(txd,txn)
in Lua
- To use custom badges, simply call
- 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