mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-04-18 20:22:53 +00:00
all_or_nothing 1.0.3
This commit is contained in:
parent
9e8ec809f9
commit
e80fed04a9
@ -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.
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user