Ошибка с SM reloadadmin

DAN

Участник
Сообщения
14
Реакции
0
Привет , столкнулся с такой проблемой ,что при наборе команды sm realoadadmin на myarena , появляются ошибки такого характера .
L 02/12/2019 - 06:17:18: [admin-flatfile.smx] Error(s) detected parsing addons/sourcemod/configs/admin_groups.cfg
L 02/12/2019 - 06:17:18: [admin-flatfile.smx] (line 36) Section beginning without a matching ending
L 02/12/2019 - 06:17:18: [admin-flatfile.smx] Error(s) detected parsing addons/sourcemod/configs/admin_groups.cfg
L 02/12/2019 - 06:17:18: [admin-flatfile.smx] (line 36) Section beginning without a matching ending
Rehash Admin
/**
* USE THIS SECTION TO DECLARE DETAILED ADMIN PROPERTIES.
*
* Each admin should have its own "Admin" section, followed by a name.
* The name does not have to be unique.
*
* Available properties: (Anything else is filtered as custom)
* "auth" - REQUIRED - Auth method to use. Built-in methods are:
* "steam" - Steam based authentication
* "name" - Name based authentication
* "ip" - IP based authentication
* Anything else is treated as custom.
* Note: Only one auth method is allowed per entry.
*
* "identity" - REQUIRED - Identification string, for example, a steamid or name.
* Note: Only one identity is allowed per entry.
*
* "password" - Optional password to require.
* "group" - Adds one group to the user's group table.
* "flags" - Adds one or more flags to the user's permissions.
* "immunity" - Sets the user's immunity level (0 = no immunity).
* Immunity can be any value. Admins with higher
* values cannot be targetted. See sm_immunity_mode
* to tweak the rules. Default value is 0.
*
* Example:
"BAILOPAN"
{
"auth" "steam"
"identity" "STEAM_0:1:16"
"flags" "abcdef"
}
*
*/
Admins
{
}
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" "5"
"flags" "b"

"Full Admin"
{
/**
* 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"
}
}
 

WanekWest

Помешан на "Даунских названиях"
Сообщения
442
Реакции
143
Попробуй
Groups
{

"Full Admin"
{
Overrides
{
}
"flags" "abcdefghiz"
"immunity" "99"
}

"Default"
{
Overrides
{
}
"flags" "b"
"immunity" "5"
}
}
 
Сверху Снизу