From 185a9cfaaa664fd634a1dcb9ae461449660c9f2c Mon Sep 17 00:00:00 2001 From: INeedBots Date: Sun, 20 Dec 2020 14:06:14 -0600 Subject: [PATCH] base --- main_shared/maps/mp/gametypes/_bot.gsc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main_shared/maps/mp/gametypes/_bot.gsc diff --git a/main_shared/maps/mp/gametypes/_bot.gsc b/main_shared/maps/mp/gametypes/_bot.gsc new file mode 100644 index 0000000..8f8b19c --- /dev/null +++ b/main_shared/maps/mp/gametypes/_bot.gsc @@ -0,0 +1,11 @@ +init() +{ +} + +bot_give_loadout() +{ +} + +bot_damage_callback( eAttacker, iDamage, sMeansOfDeath, sWeapon, eInflictor, sHitLoc ) +{ +}