View Single Post
Author Message
caveman
Junior Member
Join Date: Aug 2006
Old 11-03-2006 , 05:57   A small bug in bomb drop script
Reply With Quote #1

Hi Bailopan, its not a critical bug but we found recently that the script you use to force players to not be able to pick up the bomb is still active if you disable cssdm.

;allows C4 to drop from a player
;if 0, C4 is stripped from players and cannot drop
allow_c4 = 0

On certain maps we turn off cssdm for normal play using this command in the map config loaded by mani

cssdm_disable

But the drop C4 feature is still active after cssdm has been disabled.

We worked around this simply by putting in the cssdm.cfg

allow_c4 = 1

but i just thought i'd let you know about this for future reference.
caveman is offline