diff --git a/docs/lua/tables/stats.md b/docs/lua/tables/stats.md index af374f12..e5c18559 100644 --- a/docs/lua/tables/stats.md +++ b/docs/lua/tables/stats.md @@ -1,6 +1,7 @@ # Table: stats Table for manipulating GTA stats. +For stats that get prefixed by either `MP0` or `MP1`, you can use `MPX` instead and the menu will resolve to the correct number automatically. ## Functions (21) diff --git a/src/lua/bindings/stats.cpp b/src/lua/bindings/stats.cpp index 7405321d..a6eb1d4d 100644 --- a/src/lua/bindings/stats.cpp +++ b/src/lua/bindings/stats.cpp @@ -8,6 +8,7 @@ namespace lua::stats // Lua API: Table // Name: stats // Table for manipulating GTA stats. + // For stats that get prefixed by either `MP0` or `MP1`, you can use `MPX` instead and the menu will resolve to the correct number automatically. // Lua API: Function // Table: stats