mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 07:43:20 +00:00
Add frequency increaser for antirush
This commit is contained in:
parent
f60250042a
commit
33c8be2317
3 changed files with 27 additions and 5 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue