AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   CS:S DM (https://forums.alliedmods.net/forumdisplay.php?f=77)
-   -   Help how to prevent round draw (https://forums.alliedmods.net/showthread.php?t=252412)

Cartman128 12-01-2014 22:51

Help how to prevent round draw
 
Hey so the only problem I've been having with the CSS DM is that after the round time expires the round ends and says "round draw". How can I prevent the round from ending once the timelimit on the round runs out? I have tried extending MP_roundtime to longer than the map time but it only goes up to 9 minutes. Any suggestions would be greatly appreciated.

HSFighter 02-17-2015 18:50

Re: Help how to prevent round draw
 
Very old thread, but maybe it will help others:

Use: Stripper Source to strip hostages and bomb places.


Code:

filter:
{
    "classname" "/.*bomb.*/"
}
delete:
{
    "classname" "/.*hostage.*/"
}



All times are GMT -4. The time now is 09:51.

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