Files
esx_core-esx-framework/[core]
ASTROWwwW e7d58e3166 feat(es_extended): return success booleans from player class mutators
Money, inventory and weapon mutators on the player class now return a
boolean (true on success, false on failure) instead of returning nothing.
Failure paths that previously threw via error() now warn and return false,
so these methods never throw and always return a boolean. The change is
additive; callers that ignore the return value are unaffected. The xPlayer
type definitions are updated to match.
2026-06-23 21:57:31 +02:00
..
2025-10-27 20:58:06 +00:00
2025-10-01 22:16:13 -05:00
2025-10-27 20:58:40 +00:00
2025-10-27 20:36:33 +00:00