I'm happy that you like this bot

.
For the AMX problems I still have no idea from where come this bugs so I still cannot fix it

.
So you don't want the bots to buy shield.
Open the file EPBwpns.cfg with any text editor and look there verry cearfully.
Go in this lines :
# Weapon Priorities for a Normal Standard Bot
[NORMAL]
0,1,2,5,4,6,3,7,8,18,10,12,13,11,9,
25,22,19,20,21,24,23,15,17,16,14
# Weapon Priorities for an Aggressive Bot
[RUSH]
0,1,2,4,6,5,3,18,19,20,21,10,12,13,11,9,
25,7,8,15,17,23,16,24,14,22
# Weapon Priorities for a Defensive Bot
[CAREFUL]
0,1,2,5,4,6,3,7,8,10,12,13,11,9,22,24,14,23,16,15, 17,
25,18,21,20,19
To disable the shield usege you must replace the number 25 with any other number from 0-24. You can choose what weapon will replace the shield from here :
Code:
# Numbering of the weapons:
# 0 - KNIFE
# 1 - USP
# 2 - GLOCK18
# 3 - DESERT EAGLE
# 4 - P228
# 5 - ELITE
# 6 - FIVESEVEN
# 7 - M3
# 8 - XM1014
# 9 - MP5/N
# 10 - TMP
# 11 - P90
# 12 - MAC-10
# 13 - UMP45
# 14 - AK47
# 15 - SG552
# 16 - M4A1
# 17 - AUG
# 18 - SCOUT
# 19 - AWP
# 20 - G3SG1
# 21 - SG550
# 22 - M249
# 23 - FAMAS
# 24 - GALIL
# 25 - SHIELD
Choose the weapon number the you want to replace the shield and replace the number 25 with it.
If still you have a problems just ask

.