This commit is contained in:
INeedBots
2020-09-25 02:39:50 -06:00
parent 799fe3484e
commit e0de8f0448
2 changed files with 82 additions and 78 deletions

View File

@ -2156,16 +2156,17 @@ botGiveLoadout( team, class, allowCopycat )
//loadoutSecondaryCamo = "none";
// stop default class op'ness
allowOp = (getDvarInt("bots_loadout_allow_op") >= 1);
if (!allowOp)
{
loadoutDeathstreak = "specialty_none";
if (loadoutPrimary == "riotshield_mp")
loadoutPrimary = "m4_mp";
if (loadoutPrimary == "riotshield")
loadoutPrimary = "m4";
if (loadoutSecondary == "at4_mp")
loadoutSecondary = "usp_mp";
if (loadoutSecondary == "at4")
loadoutSecondary = "usp";
if (loadoutPrimaryAttachment == "gl")
loadoutPrimaryAttachment = "none";