mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-28 07:01:49 +00:00
added dvars
This commit is contained in:
@ -688,6 +688,7 @@ setKillstreaks()
|
||||
chooseableStreaks++;
|
||||
|
||||
reasonable = getDvarInt("bots_loadout_reasonable");
|
||||
op = getDvarInt("bots_loadout_allow_op");
|
||||
|
||||
i = 0;
|
||||
while (i < chooseableStreaks)
|
||||
@ -720,6 +721,12 @@ setKillstreaks()
|
||||
continue;
|
||||
}
|
||||
|
||||
if (op)
|
||||
{
|
||||
if (streak == "nuke")
|
||||
continue;
|
||||
}
|
||||
|
||||
killstreaks[slot] = streak;
|
||||
i++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user