Add frequency increaser for antirush

This commit is contained in:
Jackzie 2022-08-24 09:50:16 -05:00
parent f60250042a
commit 33c8be2317
3 changed files with 27 additions and 5 deletions

View file

@ -93,6 +93,9 @@ Handle stopHealingTimer;
float entLastHeight[2048];
float fLastAntiRushEvent[MAXPLAYERS+1];
float fAntiRushFrequencyCounter[MAXPLAYERS+1];
#define MODEL_CAR "models/props_vehicles/cara_95sedan.mdl"