Raised This Month: $12 Target: $400
 3% 

[CS:GO] Bombsite Restrict Rounds


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Nocky
Member
Join Date: Oct 2013
Location: Czech Republic
Plugin ID:
7189
Plugin Version:
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Old 07-06-2020 , 14:00   [CS:GO] Bombsite Restrict Rounds
    Reply With Quote #1

    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..




    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
    __________________
    Taking paid private requests! Contact me on steam/discord!

    Steam | Discord: Nocky#0001 | Github

    Last edited by Nocky; 07-26-2020 at 17:46.
    Nocky is online now
    ByDexter
    Member
    Join Date: Apr 2019
    Location: Turkey (Istanbul)
    Old 07-07-2020 , 15:49   Re: [CS:GO] Bombsite Restrict Rounds
    Reply With Quote #2

    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!"
    	}
    }
    ByDexter is offline
    Nocky
    Member
    Join Date: Oct 2013
    Location: Czech Republic
    Old 07-08-2020 , 06:27   Re: [CS:GO] Bombsite Restrict Rounds
    Reply With Quote #3

    Quote:
    Originally Posted by ByDexter View Post
    I added Turkish language support.
    Thanks Added Czech and Turkish language..
    __________________
    Taking paid private requests! Contact me on steam/discord!

    Steam | Discord: Nocky#0001 | Github
    Nocky is online now
    mlov420
    Senior Member
    Join Date: May 2013
    Old 07-08-2020 , 07:32   Re: [CS:GO] Bombsite Restrict Rounds
    Reply With Quote #4

    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.
    mlov420 is offline
    Nocky
    Member
    Join Date: Oct 2013
    Location: Czech Republic
    Old 07-08-2020 , 08:06   Re: [CS:GO] Bombsite Restrict Rounds
    Reply With Quote #5

    Quote:
    Originally Posted by mlov420 View Post
    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.
    __________________
    Taking paid private requests! Contact me on steam/discord!

    Steam | Discord: Nocky#0001 | Github

    Last edited by Nocky; 07-08-2020 at 08:06.
    Nocky is online now
    fejmek
    New Member
    Join Date: Jun 2020
    Old 07-17-2020 , 14:41   Re: [CS:GO] Bombsite Restrict Rounds
    Reply With Quote #6

    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}!"
    	}
    }
    fejmek is offline
    Nocky
    Member
    Join Date: Oct 2013
    Location: Czech Republic
    Old 07-17-2020 , 21:02   Re: [CS:GO] Bombsite Restrict Rounds
    Reply With Quote #7

    Quote:
    Originally Posted by fejmek View Post
    Polish language support.
    Thanks, added
    __________________
    Taking paid private requests! Contact me on steam/discord!

    Steam | Discord: Nocky#0001 | Github
    Nocky is online now
    Teamkiller324
    Senior Member
    Join Date: Feb 2014
    Location: Earth
    Old 07-26-2020 , 04:48   Re: [CS:GO] Bombsite Restrict Rounds
    Reply With Quote #8

    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}!"
    	}
    }
    __________________

    Last edited by Teamkiller324; 07-26-2020 at 04:49.
    Teamkiller324 is offline
    Nocky
    Member
    Join Date: Oct 2013
    Location: Czech Republic
    Old 07-26-2020 , 17:49   Re: [CS:GO] Bombsite Restrict Rounds
    Reply With Quote #9

    Quote:
    Originally Posted by Teamkiller324 View Post
    Swedish translation
    Thanks, added
    __________________
    Taking paid private requests! Contact me on steam/discord!

    Steam | Discord: Nocky#0001 | Github
    Nocky is online now
    RykG
    Junior Member
    Join Date: Aug 2013
    Location: You know but I don't tel
    Old 08-02-2020 , 16:29   Re: [CS:GO] Bombsite Restrict Rounds
    Reply With Quote #10

    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?
    RykG is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 19:22.


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