mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-22 07:55:43 +00:00
reduse fov if ads
This commit is contained in:
parent
5f70e84868
commit
e257c40c57
@ -671,6 +671,9 @@ target()
|
|||||||
self.bot.target = undefined;
|
self.bot.target = undefined;
|
||||||
hasTarget = false;
|
hasTarget = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// reduce fov if ads'ing
|
||||||
|
myFov *= 1 - 0.5 * self PlayerADS();
|
||||||
|
|
||||||
playercount = level.players.size;
|
playercount = level.players.size;
|
||||||
for(i = -1; i < playercount; i++)
|
for(i = -1; i < playercount; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user