Changelog
Released version and their changes.
Changelog - Version 2.5.4
Changes
Added support for multiple custom action buttons in forms, replacing the previous single submit button.
A new
buttonsarray accepts objects withtext, optionalicon,color, and anactionstring.The clicked button’s
actionis returned as_actionin the result, allowing the caller to distinguish which button was pressed.The old
submitText,submitIcon, andsubmitColoroptions are deprecated but still functional.
Improved the player selection dropdown to handle missing or invalid player data gracefully, preventing errors.
Added detailed type annotations for form inputs, options, buttons, and results to aid developers.
Files Affected
nui/*
interfaces/form/client.lua
fxmanifest.lua
2026-04-27 20:17 CET
Changelog - Version 2.5.3
Changes
Fixed an error by swapping the invoked method for a context-agnostic native.
Added explicit support for
wasabi_ambulance_v2as a death check system (setdeath = "wasabi_ambulance_v2"in dependency overrides to use it).Added a warning when
canCarryItemis called with an item that doesn't exist in your inventory system.
Files Affected
dependency_override.lua
functions/canCarryItem/server.lua
functions/isPlayerDead/client.lua
loader.lua
systems/death.lua
fxmanifest.lua
2026-04-21 05:26 CET
Changelog - Version 2.5.2
Changes
Started proper version tracking.
Added a
getGendermethod that returns the player's gender, with framework-aware support for ESX and QB and a native fallback.Fixed the textarea icon position to align to the top left instead of centering to the full height.
Added a missing icon to the textarea component.
Files Affected
nui/*
functions/getGender/client.lua
fxmanifest.lua
Last updated