freecam test - not working properly

This commit is contained in:
Jadis0x
2024-06-07 23:00:36 +03:00
parent b644ca0fc4
commit d2ac02fde8
3 changed files with 49 additions and 4 deletions

View File

@@ -48,4 +48,5 @@ namespace settings {
float new_azazel_speed = 0.f;
bool disable_longInteract = false;
bool freecam = false;
}

View File

@@ -29,7 +29,6 @@ namespace settings {
extern float demon_esp_color[4];
extern bool goat_esp;
extern float goat_esp_color[4];
extern bool chat_spam;
extern std::string message;
extern bool spoof_level;
@@ -47,11 +46,10 @@ namespace settings {
extern bool auto_respawn;
extern bool change_player_speed;
extern int new_speed;
extern bool freeze_azazel;
extern float new_azazel_speed;
extern bool disable_longInteract;
extern bool freecam;
}
#endif