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

[CS:GO] Advanced SpawnProtection (v.4.2.5, 4/11/2023)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Timid
Junior Member
Join Date: Jul 2019
Location: Shy World
Plugin ID:
7360
Plugin Version:
4.2.5
Plugin Category:
General Purpose
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Spawn Protection for CS:GO servers
    Old 11-02-2020 , 22:56   [CS:GO] Advanced SpawnProtection (v.4.2.5, 4/11/2023)
    Reply With Quote #1

    Advanced Spawn Protection [CS:GO]

    By Timid


    Explanation

    - A source mod plugin simply made to make spawn protection more user-friendly, With the idea in mind for it to be more reliable for the servers to run with the intention of fewer memory leaks.

    Custom Features
    • Colors players who are spawn protected
    • Join grace time for unprotected players
    • Shows hud text when players are protected
    • Notifys the player that they have spawn protection
    • Capability to remove spawn protect on weapon fired
    • Capability to remove spawn protect on players who control bots
    • Rainbow hud message for spawn protect time
    Game Supported
    • CS:GO

    Change Log
    Spoiler


    ConVars
    • sm_spawnprotect_time - Sets how much time is left for spawn protection default 14
    • sm_spawnprotect_rainbowhud - Sets whether rainbow menu is enabled. (0 off, 1 on) default 1
    • sm_spawnprotect_botcontrol - Should bots receive spawn protection if another player takes control of them. (0 off, 1 on) default 1
    • sm_spawnprotect_notifystart -Should we notify users that they have spawn protection. (0 off, 1 on) default 1
    • sm_spawnprotect_ffamode - Should we set colors for ffa or teams. (0 off, 1 on) default 1
    • sm_spawnprotect_colormodels - Should we set colored player models. (0 off, 1 on) default 1
    • sm_spawnprotect_endonattack - Should we disable spawn protect on attack. (0 off, 1 on) default 1
    Commands
    • /rainbow default admin flag ADMFLAG_RCON - Allows the player models on spawn to go into a loop of R G B

    Things To Add
    • Allow players to set custom spawn protection model highlighting color.
    How to Install
    1. Compile AdvancedSpawnProtect.sp
    2. Donwload AdvancedSpawnProtect.smx and put into /csgo/addons/sourcemod/plugins
    3. Configure settings by editing /cfg/sourcemod/AdvancedSpawnProtection.cfg
    Attached Files
    File Type: zip Advanced-Spawn-Protection.zip (29.7 KB, 49 views)
    File Type: smx AdvancedSpawnProtect.smx (9.9 KB, 33 views)
    File Type: sp Get Plugin or Get Source (AdvancedSpawnProtect.sp - 25 views - 11.7 KB)
    __________________
    STEAM: id/MrTimid/ | Github: Timid-tec | Discord: Timid#1001

    Last edited by Timid; 04-11-2023 at 10:11. Reason: Changed v4.2.3-v4.2.5
    Timid is offline
    Stlckman
    New Member
    Join Date: Nov 2020
    Old 11-03-2020 , 18:23   Re: [CS:GO] Advanced SpawnProtection (v.4.2.0, 11/01/2020)
    Reply With Quote #2

    +rep, very configurable for movement servers such as Awp Bhop, Combat Surf etc.

    Use this plugin on my server CSC willing to vouch.
    Stlckman is offline
    ScoobyDev77
    Junior Member
    Join Date: Jul 2020
    Old 11-04-2020 , 09:15   Re: [CS:GO] Advanced SpawnProtection (v.4.2.0, 11/01/2020)
    Reply With Quote #3

    Pls help me!
    Attached Thumbnails
    Click image for larger version

Name:	Screenshot_11.png
Views:	174
Size:	12.7 KB
ID:	184861   Click image for larger version

Name:	Screenshot_10.png
Views:	179
Size:	10.6 KB
ID:	184862  
    ScoobyDev77 is offline
    Timid
    Junior Member
    Join Date: Jul 2019
    Location: Shy World
    Old 11-04-2020 , 20:33   Re: [CS:GO] Advanced SpawnProtection (v.4.2.0, 11/01/2020)
    Reply With Quote #4

    Quote:
    Originally Posted by ScoobyDev77 View Post
    Pls help me!
    Make sure you have all the #includes in your Sourcemod include folder, I've compiled it again and have not gotten that issue.

    - What exactly are you trying to do with the plugin?

    Timid
    __________________
    STEAM: id/MrTimid/ | Github: Timid-tec | Discord: Timid#1001
    Timid is offline
    ScoobyDev77
    Junior Member
    Join Date: Jul 2020
    Old 11-07-2020 , 12:17   Re: [CS:GO] Advanced SpawnProtection (v.4.2.0, 11/01/2020)
    Reply With Quote #5

    SORRY MY ENGLISH!

    I am wanting to modify the structure of the pugin, changing the protection color of the character, which is purple at the moment. Well, if you want to help me with this I will be grateful, because I cannot compile this plugin, as shown in the image above.

    - I want to put RGB on the character during protection (both teams)
    - I want to change the spawm protection HUD, which I am not getting. I want it to announce in this way, "SPAWN PROTECTION DESATIVADO", when it is disabled and, when it is enabled to advertise like this, "SPAWN PROTECTION ATIVADO"

    (* Without a stopwatch or timer counting the time *)

    Last edited by ScoobyDev77; 11-07-2020 at 12:18.
    ScoobyDev77 is offline
    Timid
    Junior Member
    Join Date: Jul 2019
    Location: Shy World
    Old 11-11-2020 , 01:02   Re: [CS:GO] Advanced SpawnProtection (v.4.2.0, 11/01/2020)
    Reply With Quote #6

    Quote:
    Originally Posted by ScoobyDev77 View Post
    SORRY MY ENGLISH!

    I am wanting to modify the structure of the pugin, changing the protection color of the character, which is purple at the moment. Well, if you want to help me with this I will be grateful, because I cannot compile this plugin, as shown in the image above.

    - I want to put RGB on the character during protection (both teams)
    - I want to change the spawm protection HUD, which I am not getting. I want it to announce in this way, "SPAWN PROTECTION DESATIVADO", when it is disabled and, when it is enabled to advertise like this, "SPAWN PROTECTION ATIVADO"

    (* Without a stopwatch or timer counting the time *)


    Hi sorry for the delay in your response here is what I fixed for you.


    Let me know if it works for you.

    By Timid


    Added
    • SPAWN PROTECTION DESATIVADO - On spawn protection disabled
    • SPAWN PROTECTION ATIVADO - On Spawn protection enabled
    • Added rgb color for protected players.
    Dif Checker
    Attached Files
    File Type: smx AdvancedSpawnProtectModified.smx (11.2 KB, 141 views)
    File Type: sp Get Plugin or Get Source (AdvancedSpawnProtectModified.sp - 135 views - 11.1 KB)
    __________________
    STEAM: id/MrTimid/ | Github: Timid-tec | Discord: Timid#1001
    Timid is offline
    ScoobyDev77
    Junior Member
    Join Date: Jul 2020
    Old 11-11-2020 , 11:41   Re: [CS:GO] Advanced SpawnProtection (v.4.2.0, 11/01/2020)
    Reply With Quote #7

    thx dude
    ScoobyDev77 is offline
    EinfachDennis
    New Member
    Join Date: Dec 2020
    Old 05-07-2021 , 08:44   Re: [CS:GO] Advanced SpawnProtection (v.4.2.0, 11/01/2020)
    Reply With Quote #8

    Is it possible to have spawn protection disabled when a player moves?
    EinfachDennis is offline
    Gena
    Member
    Join Date: May 2022
    Location: Uruguay
    Old 06-04-2022 , 01:25   Re: [CS:GO] Advanced SpawnProtection (v.4.2.0, 11/01/2020)
    Reply With Quote #9

    btw, I accidentally made a function to freeze when the player spawns haha, in case it helps someone.
    Attached Files
    File Type: sp Get Plugin or Get Source (AdvancedSpawnProtect.sp - 53 views - 10.8 KB)
    __________________
    Servers of CS:GO - Private Plugins
    Steam ~ GenaEscobar#2338
    sorry for my english as a translator d:

    Last edited by Gena; 07-10-2022 at 20:33.
    Gena 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 00:06.


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