View Single Post
SyntX
Junior Member
Join Date: Sep 2022
Location: Kathmandu, Nepal
Old 05-12-2024 , 03:43   Re: Wich is the flag for the VIP and wich group is asigned for it?
Reply With Quote #2

Which custom weapons plugins are you talking about?

make sure, that plugins command is only accessable for admins and VIPS only. lets say:
PHP Code:

RegAdminCmd
("sm_customweapon"Command_CustomWeaponADMFLAG_CUSTOM6"VIP Command"); 
Modify admin_groups.cfg

PHP Code:
"Groups"
{
    
"VIP"
    
{
        
"flags"        "t"
        "immunity"        "10"
    
}

and finally add admins in admins.cfg:
PHP Code:
Admins
{
    
"Client Name"
    
{
        
"auth"            "steam"
        "identity"        "<steamid>"
        
//"flags"            "t"
                
"group"                       "VIP"
    
}

__________________
Join Awesome Zombies Server :
Zombie Mod By NovaHunterZ | FastDL, Rank, SSD, Respawn | --> 54.36.111.64:27015
Zombie Riot By NovaHunterZ | FastDL, RPG, SSD, Skins, FreeVIP | --> 54.36.111.64:27025
---------------------------------
Discord Server : https://discord.gg/2DjsQ4xdd5
SyntX is offline