View Single Post
  #9  
Old 01-03-2011, 05:23 PM
Fasthand
Fire Beetle
 
Join Date: Dec 2010
Location: Montreal
Posts: 29
Default

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
Reply With Quote