mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-05 17:13:29 +08:00
feat(Globals): Added custom_weapon
This commit is contained in:
parent
ce39de3264
commit
5b4107a1f2
@ -8,7 +8,12 @@ struct globals {
|
||||
bool noclip = false;
|
||||
};
|
||||
|
||||
struct weapons {
|
||||
int custom_weapon = -1;
|
||||
};
|
||||
|
||||
self self{};
|
||||
weapons weapons{};
|
||||
};
|
||||
|
||||
extern struct globals g;
|
||||
|
Loading…
x
Reference in New Issue
Block a user