This commit is contained in:
BotoX 2019-09-28 21:19:41 +02:00
parent a1f0ccd08e
commit e0773b7734

View File

@ -305,7 +305,7 @@ public Action OnTakeDamage(int victim, int &attacker, int &inflictor, float &dam
if(g_bNoSlowdown[client] && flVelocityModifier >= 0.99)
SetEntDataFloat(client, g_hVelocityModifier, 1.0, true);
return Plugin_Handled;
return Plugin_Continue;
}
stock int GetClientActiveWeapon(int client)