Raised This Month: $32 Target: $400
 8% 

CSDM 2.1.2 Weapons menu not displaying


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dilerious
New Member
Join Date: Apr 2009
Old 04-11-2009 , 01:19   CSDM 2.1.2 Weapons menu not displaying
Reply With Quote #1

I have followed the setup instructions word for word and done EXACTLY as stated by the official website. I have everything enabled as should be to display the weapons menu but it never displays. I have the buy block option enabled and people can still buy, again no weapons menu though.

Here's what my setup files look like.

plugins-csdm.ini
Code:
;rename this file to disabled-csdm.ini to turn it off.
;rename it back to plugins-csdm.ini to turn it on.

;put a semi-colon in front of a plugin to disable it.
;add the word debug after a plugin to place it in debug mode
; for example: csdm_main.amxx debug
;remove a semi-colon to re-enable a plugin


;Main plugin, required for most cases
csdm_main.amxx

;Weapons and equipment menus
csdm_equip.amxx

;Enables preset spawning and the preset spawning editor
;Map config files are located in configs/csdm
csdm_spawn_preset.amxx
;spawn_editor.amxx

;Miscellanious extra features, such as ammo refills
; and objective removals
csdm_misc.amxx

;Spawn protection
csdm_protection.amxx

;Adds free-for-all mode (must be enabled in csdm.cfg too)
;csdm_ffa.amxx

;Round ticketing mode, like FireArms.  First team to use all
; of their death points loses the ability to respawn.
; (must be enabled in csdm.cfg too)
;csdm_tickets.amxx

;Item mode (from CSDM1)
;Must be enabled in csdm.cfg as well (at the very bottom)
;There is currently no item editor!
;csdm_itemmode.amxx


csdm.cfg
Code:
;CSDM Configuration File
; Default settings by BAILOPAN

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Main plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[settings]

;Sets whether CSDM is enabled or not.
enabled = 1

;Sets whether or not players should be stripped of weapons on round start
; (excludes knife)
strip_weapons = 1

;Sets how long weapons should stay on the ground for after being dropped
;in seconds.  note that enabling this can create lots of lag for clients 
; AND server.  0 is immediate, -1 is infinite.
weapons_stay = 0

;Sets the spawn mode.
; "none" - users spawn at normal map spawn points
; "preset" - csdm_spawn_preset.amxx required, uses predefined spawns in config files
; -- others may be supplied by 3rd party plugins
spawnmode = preset

;Sets whether the bomb is removed
remove_bomb = 1

;Sets the spawn waiting time
spawn_wait_time = 0.75

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the FFA plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ffa]
;Set whether free for all mode is enabled by default
enabled = 0

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Misc plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[misc]
;Map objectives are removed by their flags.
; a - as_ maps
; b - buyzones are removed
; c - cs_ maps
; d - de_ maps
remove_objectives = abcd

;Blocks people from using all buy commands
block_buy = 1

;Auto-refills ammo when it gets depleted
ammo_refill = 1

;Says a radio command to a player when they respawn
spawn_radio_msg = 0


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the ticketing plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ticketing]

;Is round ticketing enabled?
enabled = 0

;Number of times a team can have players respawn before they stop
; being able to respawn
tickets = 150


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the protection plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[protection]

;Is spawn protection enabled?
enabled = 1

;Colors of glow shell, leave this in quotes
;The digits are R, G, B, A where A is the alpha transparency
; (as A gets higher, the glow shell is thicker)
colors = "0 255 0 200"

;Number of seconds someone is respawned for.
time = 2


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the equip plugin for these sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[equip]

;Equip Menu flags: 
; p - primary
; s - secondary
; a - armor
; g - grenade
; b - buy
menus = sa

;Autoitem flags:
; a - armor
; h - helmet
; g - grenades
; d - defusekit (CTs only!)
; n - nightvision
autoitems = ahg

;Grenade flags:
; f - flashbang
; h - he grenade
; s - smoke grenade
grenades = h

;Sets number of flashbangs given if
; grenades are enabled
fnadesnum = 1


;;;;;;;;;;;;;;;;
;;WEAPON MENUS;;
;;;;;;;;;;;;;;;;

;Format for weapon menus is:
;shortname "Display Name" menupage
;Change the '1' to a '0' to block the weapon
;Removing or moving things 
;  from the list will change the order of the menus!

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

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

;List weapons here the bots can randomly have
;The short name must match one in the list above
[botsecondary]
deagle
usp

[botprimary]
ak47
m4a1
awp
galil
aug

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the item mode plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[items]

;Is item mode enabled?
enabled = 0

;If set to 1, players will drop a pack of goodies when they die.
drop_packs = 1

;Sets the number of armor given by a battery. Default is 15.
battery = 15

;Sets the number of health given by a medkit. Default is 15.
medkit = 15

;Sets the time to wait for an item to reappear on its place. Default is 20 (0 = permanent)
item_time = 20

;Sets how long packs stay on the ground. (Max is 30 seconds)
drop_time = 20

;Remove semicolons to restrict any of the following items
; or add the short weapon names of the weapons you want to restrict (m4a1, ak47, awp ...)
[item_restrictions]
;longjump
;medkit
;battery
;pistolammo
;rifleammo
;shotammo
;smgammo
;awpammo
;paraammo
;fullammo
;armor
Also running AMX ModX 1.8.1 and whatever metamod I guess came with it.
dilerious is offline
dilerious
New Member
Join Date: Apr 2009
Old 04-12-2009 , 01:13   Re: CSDM 2.1.2 Weapons menu not displaying
Reply With Quote #2

any ideas?

I've also tried the other guys update, the 2.1.2k or whatever. Can't get it working on either
dilerious is offline
dilerious
New Member
Join Date: Apr 2009
Old 04-12-2009 , 17:21   Re: CSDM 2.1.2 Weapons menu not displaying
Reply With Quote #3

I got it fixed thanks to DarkGod in #amxmodx

If anyone else has this problem and is running Windows server I had to install the cstrike addon from AMXmodX.org for 1.8.1 check it out.
dilerious is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 04-12-2009 , 17:48   Re: CSDM 2.1.2 Weapons menu not displaying
Reply With Quote #4

Happy to help you out.
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 04-13-2009 , 18:00   Re: CSDM 2.1.2 Weapons menu not displaying
Reply With Quote #5

The common problem to get working CSDM is - the people aren't installing CS addon... This step is probably missing in the installation's description.
__________________
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.
KWo is offline
praykiller
New Member
Join Date: Apr 2010
Old 04-02-2010 , 02:46   Re: CSDM 2.1.2 Weapons menu not displaying
Reply With Quote #6

darkgod can u plss help me too
praykiller is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 04-02-2010 , 08:35   Re: CSDM 2.1.2 Weapons menu not displaying
Reply With Quote #7

He clearly stated what his issue was and the post just above yours also said what the most common problem is.

How about you try installing the CStrike add-on?
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
yair1221
New Member
Join Date: Apr 2010
Old 04-02-2010 , 09:21   Re: CSDM 2.1.2 Weapons menu not displaying
Reply With Quote #8

I Dont Understand
When I Installed Amxx It Asked Me If To Install Custom Addon For cs1.6
And I Did But I Still Cant See The Weapons Menu And People Can Still Buy Stuff
yair1221 is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 04-02-2010 , 10:05   Re: CSDM 2.1.2 Weapons menu not displaying
Reply With Quote #9

Please show us the output of:

"version"
"amxx list"
"meta list"

Type it in the server console, or prefix with rcon while playing.
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
yair1221
New Member
Join Date: Apr 2010
Old 04-02-2010 , 17:22   Re: CSDM 2.1.2 Weapons menu not displaying
Reply With Quote #10

version

Protocol version 47
Exe version 1.1.2.5 (cstrike)
Exe build: 17:28:54 Jun 6 2005 (3147)
Initializing Aureal A3D...
failed

amxx list

nothing shows up

meta list

Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.1.3 ini Start ANY
[ 2] HeadShot RUN - headshot_mm.dll v0.3 ini Pause Pause
[ 3] Hook Mod RUN - hookmod_mm.dll v5 ini Start Start
[ 4] CSDM2 RUN - csdm_amxx.dll v2.1.2 pl1 ANY ANY
[ 5] Fun RUN - fun_amxx.dll v1.8.1.3 pl1 ANY ANY
[ 6] Engine RUN - engine_amxx.dll v1.8.1.3 pl1 ANY ANY
[ 7] FakeMeta RUN - fakemeta_amxx.dl v1.8.1.3 pl1 ANY ANY
[ 8] CStrike RUN - cstrike_amxx.dll v1.8.1.3 pl1 ANY ANY
[ 9] CSX RUN - csx_amxx.dll v1.8.1.3 pl1 ANY ANY
[10] Ham Sandwich RUN - hamsandwich_amxx v1.8.1.3 pl1 ANY ANY
10 plugins,

Last edited by yair1221; 04-02-2010 at 17:25.
yair1221 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:06.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode