mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 16:52:30 +08:00
feat(Globals): Added custom_weapon
This commit is contained in:
@ -8,7 +8,12 @@ struct globals {
|
|||||||
bool noclip = false;
|
bool noclip = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct weapons {
|
||||||
|
int custom_weapon = -1;
|
||||||
|
};
|
||||||
|
|
||||||
self self{};
|
self self{};
|
||||||
|
weapons weapons{};
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct globals g;
|
extern struct globals g;
|
||||||
|
Reference in New Issue
Block a user