AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [Source 2009 Games] TOGs Connect Messages v4.0, 4.0d (https://forums.alliedmods.net/showthread.php?t=237935)

ThatOneGuy 04-01-2014 02:35

[Source 2009 Games] TOGs Connect Messages v4.0, 4.0d
 
5 Attachment(s)
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).

Mitchell 04-01-2014 09:20

Re: TOG's Connect Messages v3.1
 
i dont understand why you just didnt update the other thread, it had no replies on it..

ThatOneGuy 04-03-2014 01:56

Re: TOG's Connect Messages v3.2
 
Quote:

Originally Posted by Mitchell (Post 2118770)
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 04-03-2014 01:57

Re: TOG's Connect Messages v3.2
 
Updated to v3.2

See changelog for changes.

ThatOneGuy 04-07-2014 03:07

Re: TOG's Connect Messages v3.3
 
Updated to v3.3

See changelog for changes.

SuperU 04-08-2014 00:30

Re: TOG's Connect Messages v3.3
 
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.?

ThatOneGuy 04-08-2014 01:38

Re: TOG's Connect Messages v3.3
 
Quote:

Originally Posted by SuperU (Post 2121807)
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!

SuperU 04-08-2014 11:23

Re: TOG's Connect Messages v3.3
 
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

ThatOneGuy 04-08-2014 14:18

Re: TOG's Connect Messages v3.3
 
Is that your entire setup? It shouldnt be triggering anything if that is your entire setup.

SuperU 04-08-2014 15:03

Re: TOG's Connect Messages v3.3
 
//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


All times are GMT -4. The time now is 18:21.

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