Csdm weapon menu.
Hi.
I' ve searching some info but didn't find. Problem - how to disable weapon menu? Turn off csdm_equip i can't becusz helmet and vest is necessary.. I tried look at .sma file Code:
//MenusSo if someone knows how to do that - plz write :) |
Re: Csdm weapon menu.
If you want it off permanently, in your configs/plugins-csdm.ini file change this
csdm_equip.amxx to this ;csdm_equip.amxx If you want it by map then you will have to create a maps folder inside your configs folder. then create an ini file like lets say "plugins-de_dust.ini" in there you will put the line csdm_equip.amxx disabled Now every time de_dust loads the weapons menu will not show up. Also look at your csdm.cfg file in your configs folder. Look at this section ;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 = psag ;Autoitem flags: ; a - armor ; h - helmet ; g - grenades ; d - defusekit (CTs only!) ; n - nightvision autoitems = ah ;Grenade flags: ; f - flashbang ; h - he grenade ; s - smoke grenade grenades = hs |
Re: Csdm weapon menu.
Turn off csdm_equip i can't becusz helmet and vest is necessary..
The only way is change .sma file... But i don't know what i need to change..:| Submenus i disabled changing > Code:
new bool:g_mSecStatus = true // Menu Available?Code:
new bool:g_mSecStatus = false // Menu Available? |
Re: Csdm weapon menu.
Change this:
Quote:
menus = a (no primary, no secondary, no nades - only armor/helmet). Also Yu may need to edit this: Quote:
autoitems = a |
Re: Csdm weapon menu.
Auto items i have ok..
But still no answer - how to disable weapon menu..? I need something like this - fy_ maps and only use weapons on ground + auto armor and bullets and respawn.. :) So if weapons is avalaible no weapon menu is needed.. |
Re: Csdm weapon menu.
Quote:
|
Re: Csdm weapon menu.
I found how that equip menu isn't show at game, but still a new problem.. Autoitems gives only if push menu's one of choices! No menu - no autoitems... ;/
|
| All times are GMT -4. The time now is 20:33. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.