First go here
http://podbotmm.bots-united.com/doc_...iguration.html and read that.
This feature is absolutely new and it has been requested long time ago at BU forum by the people using AMX/AMXX/ClanMod weapon restriction. The people got frustrated when admin restricted for the players for example awp usgae, but bots still could buy it. Since this version it's possible to follow weapon/equipment restrictions done by those fun mods. There is a need to rewrite a bit restmenu.sma in AMX/AMXX to get cvar/cvars interface - to follow it in some another sma plugin to give the correct info to podbot mm binary. There is also a possibility to control manually weapons availability/restriction. The interface lets You use 2 strings bitwise as "00100..." - 0 means the weapon is available, 1 means the weapon is restricted. There are 2 cvars (as strings) defined for restrictions in podbot mm:
0= avialiable
1=restricted
Pistols restriction
0 - KNIFE
1 - USP
2 - GLOCK18
3 - DEAGLE
4 - P228
5 - ELITE
6 - FIVESEVEN
Shotgun restrictions
7 - M3
8 - XM1014
SMG restrictions
9 - MP5NAVY
10 - TMP
11 - P90
12 - MAC10
13 - UMP45
Rifles restrictions
14 - AK47
15 - SG552
16 - M4A1
17 - GALIL
18 - FAMAS
19 - AUG
20 - SCOUT
21 - AWP
22 - G3SG1
23 - SG550
Machine Gun restriction
24 - M249
Shield restriction
25 - SHIELD
Exmple restrictions for shield, awp and XM1014:
pb_restrweapons "00000000100000000000010001"
Tell me if I am nto clear