1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
|
//Allies
set awe_forceweapons_primary_allies "skorpion_mp" //valid names: any weapon from the mp weapon file list at foot of config
set awe_forceweapons_secondary_allies "colt45_mp" //valid names: any weapon from the mp weapon file list at foot of config
set awe_forceweapons_inventory_allies "c4_mp" // valid entries: "claymore_mp"; "c4_mp"; "rpg_mp"
set awe_forceweapons_inventory_allies_count 1 //max of 4
//Axis
set awe_forceweapons_primary_axis "m4_mp" //valid names: any weapon from the mp weapon file list at foot of config
set awe_forceweapons_secondary_axis "beretta_mp" //valid names: any weapon from the mp weapon file list at foot of config
set awe_forceweapons_inventory_axis "claymore_mp" // valid entries: "claymore_mp"; "c4_mp"; "rpg_mp"
set awe_forceweapons_inventory_axis_count 2 //max of 3 |