View Single Post
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 09-17-2010 , 14:08   Re: Restrict weapons for certain maps
Reply With Quote #46

CSDM can only automatically equip player with grenades or armor, but it doesn't automatically equip them with any primary or secondary weapon. The only thing You can do with CSDM is to let players have in their gun menu only deagle available (but the players still have to choose it from the gun menu) for awp maps. You may need to create in addons\configs\maps\prefix-awp.cfg with this line:
Code:
csdm_reload "csdm\extraconfigs\guns_awp.cfg"
Then - in addons\configs\csdm\extraconfigs\guns_awp.cfg You should write such lines:

Code:
[secondary]
usp USP 0
glock18 Glock 0
deagle Deagle 1
p228 P228 0
elite Elite 0
fiveseven "Five Seven" 0

[primary]
m4a1 M4A1 0
ak47 AK47 0
aug AUG 0
sg552 SG552 0
galil Galil 0
famas Famas 0
scout Scout 0
awp AWP 0
sg550 SG550 0
m249 M249 0
g3sg1 G3SG1 0
ump45 "UMP 45" 0
mp5navy "MP5 Navy" 0
m3 M3 0
xm1014 XM1014 0
tmp TMP 0
mac10 "Mac 10" 0
p90 P90 0

[botsecondary]
deagle

[botprimary]
You can also try to make the section [primary] empty.
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.

Last edited by KWo; 09-17-2010 at 14:10.
KWo is offline