Add autoshoot

If this cvar is enabled (1), and the aimbot is enabled (fov>0), it will
stop attacking if there is no visible target.
This commit is contained in:
8dcc
2023-07-31 18:03:26 +02:00
parent 83278b9983
commit 3414d131f4
3 changed files with 6 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
DECL_CVAR_EXTERN(bhop);
DECL_CVAR_EXTERN(autostrafe);
DECL_CVAR_EXTERN(aimbot);
DECL_CVAR_EXTERN(autoshoot);
DECL_CVAR_EXTERN(esp);
DECL_CVAR_EXTERN(chams);
DECL_CVAR_EXTERN(crosshair);