AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   CS:S DM (https://forums.alliedmods.net/forumdisplay.php?f=77)
-   -   A small bug in bomb drop script (https://forums.alliedmods.net/showthread.php?t=46809)

caveman 11-03-2006 05:57

A small bug in bomb drop script
 
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.

BAILOPAN 11-03-2006 12:09

Re: A small bug in bomb drop script
 
Yar, this is a known bug.


All times are GMT -4. The time now is 00:06.

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