diff --git a/BigBaseV2/src/core/globals.hpp b/BigBaseV2/src/core/globals.hpp index 0cc016b8..526fd52b 100644 --- a/BigBaseV2/src/core/globals.hpp +++ b/BigBaseV2/src/core/globals.hpp @@ -8,7 +8,12 @@ struct globals { bool noclip = false; }; + struct weapons { + int custom_weapon = -1; + }; + self self{}; + weapons weapons{}; }; extern struct globals g;