View Single Post
Re: How can i stop realbots from buying shields?
Old
  (#7)
[BBB]sluggo
Member
 
[BBB]sluggo's Avatar
 
Status: Offline
Posts: 153
Join Date: Jan 2004
Location: Stockholm, Sweden
Default Re: How can i stop realbots from buying shields? - 26-08-2004

Josh, I tried it but it doesn't work... It doesn't work for me anyway. They still buy shields like crazy!
My butable.ini has "0" priority for the shield.
What i have is:

if (buy_weapon == -1 && weapons_table[i].priority >0) // New Line by Josh
// "OLD LINE 214" if (buy_weapon == -1)
buy_weapon = weapons_table[i].iId;

compiles fine when i added the "s" to weapon_table in the first line, and this goes on line 214 - 216

Does it really use the buytable.ini???

Last edited by [BBB]sluggo; 26-08-2004 at 01:30..
  
Reply With Quote