This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* B-Rush | |
* | |
* DESCRIPTION | |
* A great plugin where there are 5 Terrorists vs 3 CTs. The Ts must only plant at the "B" bomb site. | |
* Server admins can configure if players are allowed to buy/use FlashBangs, Smoke Grenades, HE Grenades, | |
* or AWPS. The number of AWPS allowed is configurable as well. | |
* | |
* If the CTs kill all of the Ts, the game continues to the next round, no modifications. | |
* | |
* If the Ts kill all of the CTs (or they somehow successfully bomb the B site), then the CTs become Ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
### srcds_boost.sh, r3 - http://forums.srcds.com/viewtopic/17440 | |
# add isolcpus to grub & disable irqbalance service | |
# ref: https://access.redhat.com/site/solutions/15482 | |
### ensure sda IO scheduler is CFQ if available | |
### don't set ionice if not, test with (assuming srcds is on sda) | |
# grep cfq /sys/block/sda/queue/scheduler | |
### expected output: |
NewerOlder