AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Bombsite Restrict Rounds (https://forums.alliedmods.net/showthread.php?t=325788)

Nocky 07-06-2020 14:00

[CS:GO] Bombsite Restrict Rounds
 
Bombsite Restrict Rounds
With this plugin you can set, in period time of rounds, how often will be randomly 1 bombsite disabled.
Also you can set up minimum players to start random site picking.
Ideal plugin on Public/Classic servers..

https://i.imgur.com/mNmPOtl.png
https://i.imgur.com/gqyJx31.png

Cvars
Code:

sm_bsr_interval "6" // Bombsite Restric Rounds interval
sm_bsr_message "0" // Show information about restric plants | 1 = Both teams | 0 = Only Terrorist
sm_bsr_minplayers "4" // Minimum players to enable this plugin
sm_bsr_prefix "{green}[Bombsite]{default}" // Prefix before chat messages

Installation
1. Download files
2. Put the BombsiteRestrictRounds.smx file into your servers \addons\sourcemod\plugins\
3. Put the BombsiteRestrictRounds.phrases.txt file into your servers \addons\sourcemod\translations\
4. Restart your server
5. Edit config in \csgo\cfg\sourcemod\Bombsite_Restrict_Rounds. cfg


Download
Main repository
Direct download

ByDexter 07-07-2020 15:49

Re: [CS:GO] Bombsite Restrict Rounds
 
I added Turkish language support.

Code:

"Phrases"
{
        "ASiteAllChat"
        {
                "en"        "This round is plant only on {red}B{default}!"
                "tr"                "Bu turda sadece {red}B bölgesine {default}bomba kurabilirsin!"
        }
        "ASiteChat"
        {
                "en"        "This round you can plant bomb only on {red}B{default}!"
                "tr"                "Bu turda sadece {red}B bölgesine {default}bomba kurabilirsin!"
        }
        "BSiteAllChat"
        {
                "en"        "This round is plant only on {red}A{default}!"
                "tr"                "Bu turda sadece {red}A bölgesine {default}bomba kurabilirsin!"
        }
        "BSiteChat"
        {
                "en"        "This round you can plant bomb only on {red}A{default}!"
                "tr"                "Bu turda sadece {red}A bölgesine {default}bomba kurabilirsin!"
        }
}


Nocky 07-08-2020 06:27

Re: [CS:GO] Bombsite Restrict Rounds
 
Quote:

Originally Posted by ByDexter (Post 2709129)
I added Turkish language support.

Thanks :) Added Czech and Turkish language..

mlov420 07-08-2020 07:32

Re: [CS:GO] Bombsite Restrict Rounds
 
What would be a great option for this plugin is the ability to set it so the plugin restricts bombsites up until X number of players are on the server. For example, only 1 bombsite would be playable until there are 4 people on the server, then once there were 4 players, the plugin disabled itself and both bombsites were enabled.

Nocky 07-08-2020 08:06

Re: [CS:GO] Bombsite Restrict Rounds
 
Quote:

Originally Posted by mlov420 (Post 2709228)
What would be a great option for this plugin is the ability to set it so the plugin restricts bombsites up until X number of players are on the server. For example, only 1 bombsite would be playable until there are 4 people on the server, then once there were 4 players, the plugin disabled itself and both bombsites were enabled.

Such a plugin already exists :)

My plugin is more for improving Public/Classic servers.

fejmek 07-17-2020 14:41

Re: [CS:GO] Bombsite Restrict Rounds
 
Polish language support.


Code:

"Phrases"
{
        "ASiteAllChat"
        {
                "en"        "This round is plant only on {red}B{default}!"
                "tr"                "Bu turda sadece {red}B bölgesine {default}bomba kurabilirsin!"
                "cze"        "Tohle kolo se může položit bomba pouze na {red}B{default}!"
                "pl"        "W tej rundzie można plantować tylko na {red}B{default}!"
        }
        "ASiteChat"
        {
                "en"        "This round you can plant bomb only on {red}B{default}!"
                "tr"                "Bu turda sadece {red}B bölgesine {default}bomba kurabilirsin!"
                "cze"        "Tohle kolo můžeš položit bombu pouze na {red}B{default}!"
                "pl"        "W tej rundzie możesz plantować  bombę tylko na {red}B{default}!"
        }
        "BSiteAllChat"
        {
                "en"        "This round is plant only on {red}A{default}!"
                "tr"                "Bu turda sadece {red}A bölgesine {default}bomba kurabilirsin!"
                "cze"        "Tohle kolo se může položit bomba pouze na {red}A{default}!"
                "pl"        "W tej rundzie można plantować tylko na {red}B{default}!"
        }
        "BSiteChat"
        {
                "en"        "This round you can plant bomb only on {red}A{default}!"
                "tr"                "Bu turda sadece {red}A bölgesine {default}bomba kurabilirsin!"
                "cze"        "Tohle kolo můžeš položit bombu pouze na {red}A{default}!"
                "pl"        "W tej rundzie możesz plantować  bombę tylko na {red}B{default}!"
        }
}


Nocky 07-17-2020 21:02

Re: [CS:GO] Bombsite Restrict Rounds
 
Quote:

Originally Posted by fejmek (Post 2710507)
Polish language support.

Thanks, added :)

Teamkiller324 07-26-2020 04:48

Re: [CS:GO] Bombsite Restrict Rounds
 
Swedish translation

Code:

"Phrases"
{
        "ASiteAllChat"
        {
                "en"                "This round is plant only on {red}B{default}!"
                "tr"                "Bu turda sadece {red}B bölgesine {default}bomba kurabilirsin!"
                "cze"                "Tohle kolo se může položit bomba pouze na {red}B{default}!"
                "pl"                "W tej rundzie można plantować tylko na {red}B{default}!"
                "sv"                "Denna runda kan det endast plantas på {red}B{default}!"
        }
        "ASiteChat"
        {
                "en"                "This round you can plant bomb only on {red}B{default}!"
                "tr"                "Bu turda sadece {red}B bölgesine {default}bomba kurabilirsin!"
                "cze"                "Tohle kolo můžeš položit bombu pouze na {red}B{default}!"
                "pl"                "W tej rundzie możesz plantować  bombę tylko na {red}B{default}!"
                "sv"                "Denna runda kan bomben endast på {red}B{default}!"
        }
        "BSiteAllChat"
        {
                "en"                "This round is plant only on {red}A{default}!"
                "tr"                "Bu turda sadece {red}A bölgesine {default}bomba kurabilirsin!"
                "cze"                "Tohle kolo se může položit bomba pouze na {red}A{default}!"
                "pl"                "W tej rundzie można plantować tylko na {red}A{default}!"
                "sv"                "Denna runda kan det endast plantas på {red}A{default}!"
        }
        "BSiteChat"
        {
                "en"                "This round you can plant bomb only on {red}A{default}!"
                "tr"                "Bu turda sadece {red}A bölgesine {default}bomba kurabilirsin!"
                "cze"                "Tohle kolo můžeš položit bombu pouze na {red}A{default}!"
                "pl"                "W tej rundzie możesz plantować  bombę tylko na {red}A{default}!"
                "sv"                "Denna runda kan bomben endast plantas på {red}A{default}!"
        }
}


Nocky 07-26-2020 17:49

Re: [CS:GO] Bombsite Restrict Rounds
 
Quote:

Originally Posted by Teamkiller324 (Post 2711703)
Swedish translation

Thanks, added :D

RykG 08-02-2020 16:29

Re: [CS:GO] Bombsite Restrict Rounds
 
Hi,
I added plugin to my server and didn't work :/
I don't have any error on logs.
Plugin is present on plugin list.
What should I do?


All times are GMT -4. The time now is 08:37.

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