Raised This Month: $32 Target: $400
 8% 

[CSS/CSGO] SLAYER Funrounds


Post New Thread Reply   
 
Thread Tools Display Modes
Author
born for gaming
Member
Join Date: Aug 2019
Location: Pakistan
Plugin ID:
7799
Plugin Version:
1.6.1
Plugin Category:
All
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Funrounds Comes after Some Rounds
    Old 09-22-2021 , 13:26   [CSS/CSGO] SLAYER Funrounds
    Reply With Quote #1

    [CSS/CSGO] SLAYER Funrounds

    Description :

    Special Rounds Comes after some Rounds with amazing Features.

    Features :

    1. Unlimited Ammo (Players Need to reload)
    2. Disable Buy Zone
    3. Beacon (when 1 vs 1 Condition Matched)
    4. Dissolve Players Body
    5. Minplayers (How many players required to Start Special Round)
    6. Alert Message (Alert Message comes before the Special Round)
    7. Special Round Stats (Winner, Mvp, total kills, damage, hits, most knives, most headshots, most grenade kills, noob of the round)
    8. Give players Armor (can be disabled from configs)
    9. Special Rounds Type (Random or Queue)
    10. Special Rounds Interval (How many rounds after the special round comes)
    11. Special Rounds Sounds
    12. Allow/Disallow Knife in Special Round
    13. No Fall Damage
    14. Unload Plugins (Unload plugins Before the Special Round)
    15. Bullet Tracers
    16. Remove New Player (SLAY or SPEC)
    17. No Self Damage
    18. Give player HealthShot in Special Round (Only for CSGO)

    Note : All Features Can be Enabled/Disabled from cfg file!

    Special Rounds List:
    CSGO

    CSS


    Requirements :
    Sourcemod 1.8+
    colorvariables.inc (for CSGO Only)
    FixhintColorMessage (for CSGO Only)
    Morecolors.inc (for CSS Only)

    Installation :
    1. Download the zip file.
    2. Extract in yourserver/csgo/
    3. (Upload Sounds to FastDL)
    4. Edit CFG file from cfg/sourcemod/SLAYER_Funrounds.cfg
    5. Restart the server and Enjoy

    ConVars :


    CSGO

    CSS


    🤔 Why i add Plugins Unload Convar :

    You know some servers using Weapon_Restrict Plugin to restrict weapon. For example : dealge, awp,etc
    This ConVar Unload the plugin before the special round. For Example if you write in convar like this
    Code:
    funrounds_unload_plugins "weapon_restrict.smx"
    Then the Funrounds Plugin Unload Weapon Restrict Plugin Before the Special Round and in the result
    no weapon restrict in the Special Round. For example : Some AWP server use weapon_restrict plugin to restrict deagle. When Special Round comes and the Special Round is Deagle Round. If weapon_restrict plugin is loaded so players will not get Deagle in the Special Round because of Restriction. So this convar unload the weapon restrict plugin before the special round so no deagle will be restrict in special round.
    And the best thing of this convar is its load the plugin again after the special round. So, Deagle Will restrict again as usually. You Can Unload 30 Plugins.
    To Unload two or more plugins you need to write like this :
    Code:
    funrounds_unload_plugins "weapon_restrict.smx;abner_duel.smx"
    Use ';' semi-column to add more plugins.

    Suggestions :

    Tell me if you found any bug. Also tell me to improve plugin.
    Suggest me more Special Rounds

    Update Log :
    • Added Funrounds For CSS
    • Add No Self Damage Convar
    • Add New Special Round (Negav+Shield Only For CSGO)
    • Fixed Some Bugs
    • Now Players Can't Pickup Weapons in Special Round
    • Added Convar to give player Healthshot in Special Round (Only for CSGO)

    Credits :
    Thanks Vertigo to Helping me to making rounds in random or queue type and also helping to solve some bugs
    Thanks Abner for BHOP feature
    Attached Files
    File Type: zip [CSGO] SLAYER Funrounds.zip (807.6 KB, 141 views)
    File Type: zip [CSS] SLAYER Funrounds.zip (763.8 KB, 83 views)
    __________________
    Accepting Paid Request

    My Plugins: VIP, MVP Anthem, Valorant Killstreak, Whois, Noscope
    Contact Me: Discord : Slayer47#7002 | Steam : zakriamansoor47

    Last edited by born for gaming; 09-28-2021 at 10:19.
    born for gaming is offline
    nguyenbaodanh
    AlliedModders Donor
    Join Date: Jun 2007
    Location: HCMC, Vietnam
    Old 09-24-2021 , 08:51   Re: [CSS/CSGO] SLAYER Funrounds
    Reply With Quote #2

    is this plugin working whole map time or can be randomly pick some round of 32 rounds?
    __________________
    nguyenbaodanh is offline
    born for gaming
    Member
    Join Date: Aug 2019
    Location: Pakistan
    Old 09-24-2021 , 12:11   Re: [CSS/CSGO] SLAYER Funrounds
    Reply With Quote #3

    Quote:
    Originally Posted by nguyenbaodanh View Post
    is this plugin working whole map time or can be randomly pick some round of 32 rounds?
    its not randomly pick the round. You need to set this convar.


    Code:
    // Set number of rounds between a Fun/Special round (0=Everyround will be funround)
    // -
    // Default: "2"
    funrounds_interval "2"
    if you set '0' then the all rounds of the map will be funrounds.
    if you set any number like '4' then the funround come after 4 rounds mean 5th round will be funround.
    __________________
    Accepting Paid Request

    My Plugins: VIP, MVP Anthem, Valorant Killstreak, Whois, Noscope
    Contact Me: Discord : Slayer47#7002 | Steam : zakriamansoor47

    Last edited by born for gaming; 09-26-2021 at 02:14.
    born for gaming is offline
    nguyenbaodanh
    AlliedModders Donor
    Join Date: Jun 2007
    Location: HCMC, Vietnam
    Old 09-29-2021 , 00:51   Re: [CSS/CSGO] SLAYER Funrounds
    Reply With Quote #4

    I notice people still can buy guns on special fun rounds. should block buy on fun rounds trigger bro.
    __________________
    nguyenbaodanh is offline
    born for gaming
    Member
    Join Date: Aug 2019
    Location: Pakistan
    Old 10-01-2021 , 23:31   Re: [CSS/CSGO] SLAYER Funrounds
    Reply With Quote #5

    Quote:
    Originally Posted by nguyenbaodanh View Post
    I notice people still can buy guns on special fun rounds. should block buy on fun rounds trigger bro.
    Block Buyzone is already added and fully tested in CSGO and CSS. I think you not see the Convars of the plugins.

    Code:
    // Enabled/Disabled Buy Zone in Special Round (0 = Disabled, 1 = Enabled)
    // -
    // Default: "0"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    funrounds_buyzone "0"
    __________________
    Accepting Paid Request

    My Plugins: VIP, MVP Anthem, Valorant Killstreak, Whois, Noscope
    Contact Me: Discord : Slayer47#7002 | Steam : zakriamansoor47
    born for gaming is offline
    nguyenbaodanh
    AlliedModders Donor
    Join Date: Jun 2007
    Location: HCMC, Vietnam
    Old 10-03-2021 , 22:19   Re: [CSS/CSGO] SLAYER Funrounds
    Reply With Quote #6

    Quote:
    Originally Posted by born for gaming View Post
    Block Buyzone is already added and fully tested in CSGO and CSS. I think you not see the Convars of the plugins.

    Code:
    // Enabled/Disabled Buy Zone in Special Round (0 = Disabled, 1 = Enabled)
    // -
    // Default: "0"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    funrounds_buyzone "0"
    I did see this, set to 0 but people still can buy
    __________________
    nguyenbaodanh 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 09:43.


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