hooks/settings updated

This commit is contained in:
Jadis0x
2024-05-16 21:50:42 +03:00
parent f69767f794
commit 1526e262f8
3 changed files with 384 additions and 45 deletions

View File

@@ -42,4 +42,9 @@ namespace settings {
bool auto_respawn = false;
bool change_player_speed = false;
int new_speed = 1;
bool freeze_azazel = false;
float new_azazel_speed = 0.f;
bool disable_longInteract = false;
}

View File

@@ -46,6 +46,11 @@ 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;
}
#endif