all_or_nothing 1.0.3

This commit is contained in:
Resxt 2023-08-10 17:57:47 +02:00
parent 9e8ec809f9
commit e80fed04a9
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@
Recreation of the Modern Warfare 3 All or Nothing gamemode based on [the wiki](https://callofduty.fandom.com/wiki/All_or_Nothing_(Game_Mode)#Call_of_Duty:_Modern_Warfare_3). Recreation of the Modern Warfare 3 All or Nothing gamemode based on [the wiki](https://callofduty.fandom.com/wiki/All_or_Nothing_(Game_Mode)#Call_of_Duty:_Modern_Warfare_3).
The bots won't use their throwing knives often and when they do they will use preset grenade spots, they won't directly aim at a player. The bots won't use their throwing knives often and when they do they will use preset grenade spots, they won't directly aim at a player.
To enable support for Bot Warfare simply uncomment the line where it says `Uncomment if using Bot Warfare`.
## chaos.gsc ## chaos.gsc
A custom modded mode I created that's pretty much.. chaos. The best way to understand what it is to try it with bots. A custom modded mode I created that's pretty much.. chaos. The best way to understand what it is to try it with bots.

View File

@ -112,7 +112,7 @@ ReplaceKillstreaks()
if (self IsBot()) if (self IsBot())
{ {
self maps\mp\bots\_bot_utility::botGiveLoadout(self.team, "gamemode", false, true); //self maps\mp\bots\_bot_utility::botGiveLoadout(self.team, "gamemode", false, true); // Uncomment if using Bot Warfare
} }
else else
{ {