cvars not working
First Off Heres My Amxmodx / Plugins - versions etc >>>
META LIST > [ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.76d ini ANY ANY [ 2] WebMod RUN - w_mm_i386.so v0.48 ini Start Never [ 3] POD-Bot mm RUN - podbot_mm_i386.s v3.0B18b ini Chlvl ANY [ 4] MySQL RUN - mysql_amxx_i386. v1.76b pl1 ANY ANY [ 5] Fun RUN - fun_amxx_i386.so v1.76 pl1 ANY ANY [ 6] Engine RUN - engine_amxx_i386 v1.76 pl1 ANY ANY [ 7] FakeMeta RUN - fakemeta_amxx_i3 v1.76d pl1 ANY ANY [ 8] CStrike RUN - cstrike_amxx_i38 v1.76 pl1 ANY ANY [ 9] CSX RUN - csx_amxx_i386.so v1.76c pl1 ANY ANY [10] CSDM2 RUN - csdm_amxx_i386.s v2.1 pl1 ANY ANY 10 plugins, 10 running ***************************** AMX_PLUGINS > name version author file status Admin Base 1.76d AMXX Dev Team admin.amxx running Admin Commands 1.76d AMXX Dev Team admincmd.amxx running Admin Help 1.76d AMXX Dev Team adminhelp.amxx running Menus Front-End 1.76d AMXX Dev Team menufront.amxx running Commands Menu 1.76d AMXX Dev Team cmdmenu.amxx running Players Menu 1.76d AMXX Dev Team plmenu.amxx running Teleport Menu 1.76d AMXX Dev Team telemenu.amxx running Maps Menu 1.76d AMXX Dev Team mapsmenu.amxx running Admin Chat 1.76d AMXX Dev Team adminchat.amxx running Scrolling Message 1.76d AMXX Dev Team scrollmsg.amxx running Info. Messages 1.76d AMXX Dev Team imessage.amxx running Admin Votes 1.76d AMXX Dev Team adminvote.amxx running NextMap 1.76d AMXX Dev Team nextmap.amxx running Nextmap Chooser 1.76d AMXX Dev Team mapchooser.amxx running TimeLeft 1.76d AMXX Dev Team timeleft.amxx running Pause Plugins 1.76d AMXX Dev Team pausecfg.amxx running Stats Configurati 1.76d AMXX Dev Team statscfg.amxx running 09:32:39 Restrict Weapons 1.76d AMXX Dev Team restmenu.amxx running StatsX 1.76d AMXX Dev Team statsx.amxx running CS Misc. Stats 1.76d AMXX Dev Team miscstats.amxx running CS Stats Logging 1.76d AMXX Dev Team stats_logging.a running HittEmUp Radio 1.1 Mackaveli AmxX_Music.amxx running Ultimate Gore 1.5 JTP10181 amx_gore_ultima running Uncenter Player N 1.0 vittu uncenter_player running GunGame AMXX 1.17b Avalanche gungame.amxx running fullupdate Blocke 1.1 JTP10181 fullupdate_bloc running Weapon Model + So 1.2 GHW_Chronic GHW_Weapon_Repl running Sank Sounds Plugi 3.0 Mackaveli sank_sounds.amx running Join/Leave Messag 1.2 BigBaller join_leave.amxx running Parachute 1.3 KRoT@L/JTP10181 amx_parachute.a running AMX Piss 2.2 KRoTaL amx_piss.amxx running TakeADookie 2.2 PaintLancer amx_dookie.amxx running AMX Admin Model 1.1.1 whitemike amx_adminmodel. running Fake TeamBot 1.3 OneEyed faketeambot.amx running Soccer Jam(OFF) 2.07a OneEyed soccerjam.amxx error Battlefield2 Rank 1.7 Mackaveli* bf2rank.amxx debug Exec 1.0 ToXiC amx_exec.amxx running CSDM Main 2.1 CSDM Team csdm_main.amxx running CSDM Mod 2.1 CSDM Team csdm_spawn_pres running CSDM Spawn Editor 2.1 CSDM Team spawn_editor.am running CSDM Misc 2.1 CSDM Team csdm_misc.amxx running Info_motd_ig 0.2 Solor info_motd_ig.am running unknown unknown unknown votemapblock.am running CSDM Equip 2.1 CSDM Team csdm_equip.amxx running CSDM Ticketing 2.1 BAILOPAN csdm_tickets.am running 45 plugins, 44 running ***************************** OK HERES MY PROBLEMS >>> some of the cvars arent working for me. listed below - PRIMARY BUG > ;Map objectives are removed by their flags. ; a - as_ maps ; b - buyzones are removed ; c - cs_ maps ; d - de_ maps remove_objectives = abcd * **those cvars do not work for me at all.. ppl still get the bomb.. vips still escape/die causing round end.hosties still get rescued etc.. ----------------------------- Bug #2 There is also a bug with the nades staying on the map and not disapearing for the entire round duration and also players dropping guns ( pistols ) at spawn and the models stay there causing hella lag.. Bug #3 The ticketing isnt working either.. it says its running but ppl keep respawning after the limit and dont stop respawning ever.. --------------------------------- i am posting some of my cfg's in case u see something that is causing this that i dont see... ***************** csdm.cfg - ;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 = 0 ;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 = 3.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 = 500 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;You must be running the protection plugin for this section ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [protection] ;Is spawn protection enabled? enabled = 0 ;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 = psa ;Autoitem flags: ; a - armor ; h - helmet ; g - grenades ; d - defusekit (CTs only!) ; n - nightvision autoitems = ahn ;Grenade flags: ; f - flashbang ; h - he grenade ; s - smoke grenade grenades = ;Sets number of flashbangs given if ; grenades are enabled fnadesnum = 0 ;;;;;;;;;;;;;;;; ;;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 0 m249 M249 1 g3sg1 G3SG1 0 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] glock 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 = 0 ;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 = 0 ;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 **********************8 plugins-csdm.ini - ;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 ************************** plugins.ini - ; AMX Mod X plugins ; Admin Base - Always one has to be activated admin.amxx ; admin base (required for any admin-related) ;admin_sql.amxx ; admin base - SQL version (comment admin.amxx) ; Basic admincmd.amxx ; basic admin console commands adminhelp.amxx ; help command for admin console commands ;adminslots.amxx ; slot reservation ;multilingual.amxx ; Multi-Lingual management ; Menus menufront.amxx ; front-end for admin menus cmdmenu.amxx ; command menu (speech, settings) plmenu.amxx ; players menu (kick, ban, client cmds.) telemenu.amxx ; teleport menu (Fun Module required!) mapsmenu.amxx ; maps menu (vote, changelevel) ; Chat / Messages adminchat.amxx ; console chat commands ;antiflood.amxx ; prevent clients from chat-flooding the server scrollmsg.amxx ; displays a scrolling message imessage.amxx ; displays information messages adminvote.amxx ; vote commands ; Map related nextmap.amxx ; displays next map in mapcycle mapchooser.amxx ; allows to vote for next map timeleft.amxx ; displays time left on map ; Configuration pausecfg.amxx ; allows to pause and unpause some plugins statscfg.amxx ; allows to manage stats plugins via menu and commands ; Counter-Strike restmenu.amxx ; restrict weapons menu statsx.amxx ; stats on death or round end (CSX Module required!) miscstats.amxx ; bunch of events announcement for Counter-Strike stats_logging.amxx ; weapons stats logging (CSX Module required!) ; Enable to use AMX Mod plugins //amxmod_compat.amxx ; AMX Mod backwards compatibility layer ; Custom - Add 3rd party plugins here AmxX_Music.amxx amx_gore_ultimate.amxx uncenter_playernames.amxx gungame.amxx fullupdate_blocker.amxx GHW_Weapon_Replacement.amxx sank_sounds.amxx join_leave.amxx amx_parachute.amxx amx_adminmodel.amxx faketeambot.amxx soccerjam.amxx bf2rank.amxx debug amx_exec.amxx csdm_main.amxx csdm_spawn_preset.amxx spawn_editor.amxx csdm_misc.amxx info_motd_ig.amxx votemapblock.amxx *********************** modules.ini - ;;; ; To enable a module, remove the semi-colon (;) in front of its name. ; If it's not here, simply add it its name, one per line. ; You don't need to write the _amxx part or the file extension. ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;; ;; SQL Modules usually need to be enabled manually ;; ;; You can have any number on at a time. Use ;; ;; amx_sql_type in sql.cfg to specify the default ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;; mysql ;sqlite ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;; ;; Put third party modules below here. ;; ;; You can just list their names, without the _amxx ;; ;; or file extension. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;; ;; These modules will be auto-detected and loaded ;; ;; as needed. You do not need to enable them here ;; ;; unless you have problems. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;; fun engine fakemeta ;geoip ;sockets ;regex nvault cstrike csx **************************** Anyone else have these probs or know how i can fix these problems? |
Re: cvars not working
Well, remove any instance of the csdm plugins from the plugins.ini file for starters.
|
Re: cvars not working
Quote:
settings] ;Sets whether CSDM is enabled or not. enabled = 1 If You want to have the possibility to change settings in-game, try to use CSDM 2.1h beta I posted. |
Re: cvars not working
edit""
|
Re: cvars not working
kool thx
i enabled csdm in csdm.cfg and the objectived are now removed thx |
Re: cvars not working
A bit different the problem i have install csdm 2.00 by bailopan but, de respawn goes propperly but the gun menu doesn´t appear please help me.
|
Re: cvars not working
Quote:
The latest version is 2.1. http://www.bailopan.net/csdm/ |
| All times are GMT -4. The time now is 20:37. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.