PDA

View Full Version : bomb planting


killacapone
07-07-2007, 15:57
i want my csdm to have it so terrorists have to plant bomb and ct's have to defuse, how can i get it like that?

KWo
07-07-2007, 16:28
Go To amxmodx\configs\csdm.cfg and find these settings:

1. in the [settings] sections find the line:
remove_bomb = 1
and change it to
remove_bomb = 0

2. in the [misc] section find the line:
remove_objectives = abcd
and change it to
remove_objectives = abc

Then restart the map (by changelevel).

Guenhwyvar
07-07-2007, 19:19
Side question: has this been added in CSDM 2.1h beta? I'm using 2.1 with the settings described above, but as soon as the bomb is dropped the first time in a round, the bomb cannot picked up anymore.

KWo
07-08-2007, 04:06
I think it's working so in my latest beta. The only thing is - You need to change the settings from the menu as Remove bomb (to disabled) and Remove de objectives (to disabled) - then restart the map (by changelevel).

Guenhwyvar
07-08-2007, 06:22
Sounds promising, I 'll give it a try. Thank you!