feat(Globals): Added custom_weapon
This commit is contained in:
parent
c6bca711ee
commit
29526040c7
@ -8,7 +8,12 @@ struct globals {
|
||||
bool noclip = false;
|
||||
};
|
||||
|
||||
struct weapons {
|
||||
int custom_weapon = -1;
|
||||
};
|
||||
|
||||
self self{};
|
||||
weapons weapons{};
|
||||
};
|
||||
|
||||
extern struct globals g;
|
||||
|
Reference in New Issue
Block a user