AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   L4d2 - admin group (https://forums.alliedmods.net/showthread.php?t=335325)

AsphyxiaJLSA 11-24-2021 23:30

L4d2 - admin group
 
Can someone help me with this

For example, my TAG is [ADMIN] with the Z mark, what I want to achieve is that they have [MOD] TAG with the Z mark, but that when writing in the chat is not the same as mine

How can I add that?

I want to have a group of administrators, and that they all have a different [TAG] tag than mine

I tried to do it with the hextags plugin, but I can't understand, can you help me? :(

They tell me to create an admin group with @Admins, but how can I do it :(

PHP Code:

    "@Admin" //@Admin -> Only players in the admin group will have these tags.
    
{
        
"ScoreTag" "[MOD]" //The scoreboard-tag
        
"ChatTag"   "{green}{green}[MOD] "
        "ChatColor" "{green}"
        "NameColor" "{teamcolor}"
    


admin_groups
PHP Code:

Groups
{
    
/**
     * Allowed properties for a group:
     *
     *   "flags"           - Flag string.
     *   "immunity"        - Immunity level number, or a group name.
     *                         If the group name is a number, prepend it with an 
     *                         '@' symbol similar to admins_simple.ini.  Users 
     *                         will only inherit the level number if it's higher 
     *                         than their current value.
     */
    
"Default"
    
{
        
"immunity"        "1"
    
}
    
    
"Full Admins"
    
{
        
/**
         * You can override commands and command groups here.
         * Specify a command name or group and either "allow" or "deny"
         * Examples:
         *         ":CSDM"            "allow"
         *        "csdm_enable"    "deny"
         */
         
Overrides
         
{
         }
        
"flags"            "abcdefghiz"

        
/* Largish number for lots of in-between values. */
        
"immunity"        "99"
    
}


:oops::oops:

Marttt 11-25-2021 09:00

Re: L4d2 - admin group
 
I usually use the custom-chatcolors plugin

Below how it works:

Spoiler


and here is my config as example:

Spoiler


All times are GMT -4. The time now is 04:46.

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