Raised This Month: $ Target: $400
 0% 

disable csdm on standart maps and run it on custom maps ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Firefly
Junior Member
Join Date: Jan 2006
Old 01-18-2006 , 14:01   disable csdm on standart maps and run it on custom maps ?
Reply With Quote #1

first i'd like to excuse myself for talking english not that good. ;)

i've running amx modx version 1.60 and csdm 2.0 on an windows dedicated cs server. i'd like to run standart maps in "normal" game mode and standart maps in deathmatch mode. the problem ist that once csdm is activated it takes the bomb and hostages out of the game.

so is there a way to configure csdm,amx or the cs server that it could run dm maps and "normal" maps without an admin has to change something all the time ? i tried csdm_disable and csdm_enable in the map specific cfg files but that did not work.

thanks so far. ;)
Firefly is offline
onedamage
Senior Member
Join Date: Apr 2004
Location: Montreal Canada
Old 02-25-2006 , 17:16  
Reply With Quote #2

no one posted

same problem here, so i went back to the old version of CSDM before v2.0

was alot easier to do that than anything else
__________________
69.12.99.130 Quebec Public CS 1.6
64.15.128.218 Quebec Public CS:SOURCE
www.QuebecPublic.com
onedamage is offline
Send a message via ICQ to onedamage Send a message via MSN to onedamage
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-25-2006 , 17:42  
Reply With Quote #3

At the top of this Support Forum, there is a thread relating to custom map configs. That is the only way i can imagine turning on/off what you want on certain maps. and you would just put amx_cvar csdm 0
__________________
bmann_420 is offline
FR0NTLINE
AlliedModders Donor
Join Date: Apr 2006
Location: Riverside Cali
Old 04-30-2006 , 14:33  
Reply With Quote #4

yeah my bomb don't work either when i switch back sucks. If you hear how do this hit me back thanks.
__________________
FR0NTLINE is offline
Send a message via AIM to FR0NTLINE Send a message via MSN to FR0NTLINE Send a message via Yahoo to FR0NTLINE
Spanky McNutnut
AMX Mod X Beta Tester
Join Date: Feb 2006
Old 04-30-2006 , 15:39  
Reply With Quote #5

You need to remove the module it comes with.
Spanky McNutnut is offline
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 04-30-2006 , 15:50  
Reply With Quote #6

you can do it with a plugin...

Code:
new mapname[33];

public plugin_init()
{
   get_mapname(mapname, 32);
   if(equal(mapname, "de_"))
   {
      //whatever
   }
   if(equal(mapname, "cs_"))
   {
      //whatever
   }
}
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
FR0NTLINE
AlliedModders Donor
Join Date: Apr 2006
Location: Riverside Cali
Old 04-30-2006 , 19:26  
Reply With Quote #7

THANKS BUDDY!
__________________
FR0NTLINE is offline
Send a message via AIM to FR0NTLINE Send a message via MSN to FR0NTLINE Send a message via Yahoo to FR0NTLINE
FR0NTLINE
AlliedModders Donor
Join Date: Apr 2006
Location: Riverside Cali
Old 04-30-2006 , 20:09  
Reply With Quote #8

Quote:
Originally Posted by onedamage
no one posted

same problem here, so i went back to the old version of CSDM before v2.0

was alot easier to do that than anything else
Very good idea Nobody should use this new csdm 2.0 unless they want bugs up the ass because it has alot of faults plus server crashes.
__________________
FR0NTLINE is offline
Send a message via AIM to FR0NTLINE Send a message via MSN to FR0NTLINE Send a message via Yahoo to FR0NTLINE
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 12:03.


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