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

[Source 2009 Games] TOGs Connect Messages v4.0, 4.0d


Post New Thread Reply   
 
Thread Tools Display Modes
Author
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Plugin ID:
4150
Plugin Version:
4.0
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
    10 
    Plugin Description:
    Adds customizable connect/disconnect messages
    Old 04-01-2014 , 02:35   [Source 2009 Games] TOGs Connect Messages v4.0, 4.0d
    Reply With Quote #1

    Description
    This plugins allows server owners to create as many setups as desired for custom connect/disconnect messages. Each setup has customizable chat colors, tags, tag colors, and access flags required to activate the messages. Setups can also be STEAM ID specific to apply just to a single player (just use the STEAM ID as the setup title and place above any setups for groups). Additionally, setups can define a group or player to skip connect and/or disconnect messages for.

    I also included a feature that will disable it for a configurable time on map start, then enable it for connecting players afterwards the set time. This feature is off by default, but is included in case someone wanted to have a setup that applies to all players, but does not want the message spam on map starts.

    Notes:
    • The plugin uses the first applicable tag found, so order them accordingly.
    • If the flag line is left out of a setup, or if the flag is set to "public", it is available to all players.
    • If the flag line is included, but left blank (i.e. ""), it will apply to players with ANY admin flags (including reserve slot or custom flags).
    • The flag line can use combinations of flags (e.g. "ast" will check for all three flags).

    CVars


    Sample Setup

    Changelog


    Installation
    Install tog_connectmsgs.txt in cstrike/addons/sourcemod/configs/ folder.

    For debug version: (should only be used to set up your tog_connectmsgs.txt file, then uninstalled and replaced with normal version)
    Install togconnectmsg_v4_0d.smx in cstrike/addons/sourcemod/plugins/ folder.
    Normal version:
    Install togconnectmsg_v4_0.smx in cstrike/addons/sourcemod/plugins/ folder.

    Note: This version is no longer being developed, as the plugin has since been completely recoded and was made private. PM me to discuss the current version (CS:GO compatible, add sounds to setups (multiple possible per setup, one randomly selected), Steam ID and User ID replacement, and country replacement with configurable colors).
    Attached Files
    File Type: txt tog_connectmsgs.txt (5.4 KB, 614 views)
    File Type: sp Get Plugin or Get Source (togconnectmsgs_v4_0.sp - 396 views - 16.5 KB)
    File Type: sp Get Plugin or Get Source (togconnectmsgs_v4_0d.sp - 560 views - 27.7 KB)
    File Type: smx togconnectmsgs_v4_0.smx (12.7 KB, 588 views)
    File Type: smx togconnectmsgs_v4_0d.smx (15.9 KB, 490 views)
    __________________

    Last edited by ThatOneGuy; 07-21-2017 at 16:44. Reason: Added [Source 2009 Games] to title.
    ThatOneGuy is offline
    Mitchell
    ~lick~
    Join Date: Mar 2010
    Old 04-01-2014 , 09:20   Re: TOG's Connect Messages v3.1
    Reply With Quote #2

    i dont understand why you just didnt update the other thread, it had no replies on it..
    Mitchell is offline
    ThatOneGuy
    Veteran Member
    Join Date: Jul 2012
    Location: Oregon, USA
    Old 04-03-2014 , 01:56   Re: TOG's Connect Messages v3.2
    Reply With Quote #3

    Quote:
    Originally Posted by Mitchell View Post
    i dont understand why you just didnt update the other thread, it had no replies on it..
    The old version was simpler, and possibly some users might not want all the new features. This one would use more resources, etc.

    All in all, the old one certainly could be replaced, but I left in just in case someone wanted it. Also, this one now (I just updated to v3.2) uses arrays for every variable and is more complex. In the end, it just isnt hurting anything to have the old one up in case someone wants it.
    ThatOneGuy is offline
    ThatOneGuy
    Veteran Member
    Join Date: Jul 2012
    Location: Oregon, USA
    Old 04-03-2014 , 01:57   Re: TOG's Connect Messages v3.2
    Reply With Quote #4

    Updated to v3.2

    See changelog for changes.
    ThatOneGuy is offline
    ThatOneGuy
    Veteran Member
    Join Date: Jul 2012
    Location: Oregon, USA
    Old 04-07-2014 , 03:07   Re: TOG's Connect Messages v3.3
    Reply With Quote #5

    Updated to v3.3

    See changelog for changes.
    ThatOneGuy is offline
    SuperU
    Member
    Join Date: Feb 2014
    Location: Panama
    Old 04-08-2014 , 00:30   Re: TOG's Connect Messages v3.3
    Reply With Quote #6

    Is your plugin compatible with tf2? i want hide admins when join in server

    I saw you use morecolors.inc is necessary install this include to run this plugin without problems.?

    Last edited by SuperU; 04-08-2014 at 00:47.
    SuperU is offline
    ThatOneGuy
    Veteran Member
    Join Date: Jul 2012
    Location: Oregon, USA
    Old 04-08-2014 , 01:38   Re: TOG's Connect Messages v3.3
    Reply With Quote #7

    Quote:
    Originally Posted by SuperU View Post
    Is your plugin compatible with tf2? i want hide admins when join in server

    I saw you use morecolors.inc is necessary install this include to run this plugin without problems.?
    morecolors.inc is only needed to compile the plugin. As far as if it works for tf2, I'm not sure what events fire in tf2. I cant think of any that would be CSS specific though, so I would think it should. Try it and let us know!
    ThatOneGuy is offline
    SuperU
    Member
    Join Date: Feb 2014
    Location: Panama
    Old 04-08-2014 , 11:23   Re: TOG's Connect Messages v3.3
    Reply With Quote #8

    I used the plugin yesterday but when i join in server people know i'm joining

    My setup file is this:

    "Setups"
    {

    //hide admins connecting to the server
    "AdminConnect"
    {
    "ignoreconnect" "1"
    "flags" "b"
    }
    //hide admins disconnecting from the server
    "IgnoreAdminDisconnect"
    {
    "ignoredisconnect" "1"
    "flags" "b"
    }

    }


    Could you tell me if i'm doing something wrong? Do i need all he flag complete because the flag is more than one letter

    Last edited by SuperU; 04-08-2014 at 11:25.
    SuperU is offline
    ThatOneGuy
    Veteran Member
    Join Date: Jul 2012
    Location: Oregon, USA
    Old 04-08-2014 , 14:18   Re: TOG's Connect Messages v3.3
    Reply With Quote #9

    Is that your entire setup? It shouldnt be triggering anything if that is your entire setup.
    ThatOneGuy is offline
    SuperU
    Member
    Join Date: Feb 2014
    Location: Panama
    Old 04-08-2014 , 15:03   Re: TOG's Connect Messages v3.3
    Reply With Quote #10

    //hide admins connecting to the server
    "admin steamid"
    {
    "connectmsg" "0 "
    }
    //hide admins disconnecting from the server
    "admin steamid"
    {
    "disconnectmsg" "0"
    }
    What happen if i use this config ?

    I'm sure im doing something wrong but i cant detect what is. i need try something if works i update this post

    Edit: worked, now i need hide when admin join in one team thank you so much for your help

    Last edited by SuperU; 04-08-2014 at 15:35.
    SuperU 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 03:17.


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