Code:
BotAddEquipItem(SLOT_AMMO, GetBotItemBySlot(SLOT_AMMO));
BotAddEquipItem(SLOT_SECONDARY, GetBotItemBySlot(SLOT_RANGE));
shoult it be instead:
Code:
BotAddEquipItem(SLOT_AMMO, GetBotItemBySlot(SLOT_AMMO));
BotAddEquipItem(SLOT_RANGE, GetBotItemBySlot(SLOT_RANGE));
im not the expert but that tickle my eyes when i was reading the code.
Thanks