Added c4 support

This commit is contained in:
ineedbots
2021-05-04 16:15:05 -06:00
parent 06990751c0
commit 80a00b019b
2 changed files with 3 additions and 3 deletions

View File

@ -487,7 +487,7 @@ watchC4Thrown(c4)
if((level.teamBased && self.team == player.team) || player.sessionstate != "playing" || !isReallyAlive(player))
continue;
if (distanceSquared(c4.origin, player.origin) > 1024)
if (distanceSquared(c4.origin, player.origin) > 200*200)
continue;
if (!bulletTracePassed(c4.origin, player.origin + (0, 0, 25), false, c4))