View Single Post
jacementos
Junior Member
Join Date: Mar 2019
Old 08-13-2020 , 11:05   Re: Zombie reloaded VIP
Reply With Quote #3

Quote:
Originally Posted by bebe9b View Post
Hi,

"human_prinz_eugen"
{
// General
"enabled" "yes"
"team" "1"
"team_default" "yes"
"flags" "1"
"group" "ze_vip"
"name" "prinz_eugen"
"description" "lalala"

You must use sourcebans for classes.
Create the same ze_vip group in sourcebans.
You can name any vip name : exemple ze_batman
Sorry for disturbing you
im doing something wrong


"human_vip"
{
// General
"enabled" "yes"
"team" "1"
"team_default" "yes"
"flags" "1"
"group" "zr_vip" // Write the name of a SourceMod group for vip players ("zr_vip" for instance), then make it in SourceMod.

"name" "VIP Human"
"description" "Human class for important players"



in admin_groups.cfg i created zr_vip group and its still not working


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"
}

"zr_vip"
{
Overrides
{
}
"flags" "ar"


"immunity" "5"
}
}

in admins_simple.ini i added flags for me "ar"

can you tell me what i am doing wrong?
jacementos is offline