Raised This Month: $51 Target: $400
 12% 

I need Help error in my server cs go


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Mr_A
Junior Member
Join Date: Nov 2017
Old 03-14-2019 , 08:39   I need Help error in my server cs go
Reply With Quote #1

I need help for fix it please


Quote:
L 03/14/2019 - 13:15:29: Info (map "de_mirage") (file "errors_20190314.log")
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] Error(s) detected parsing addons/sourcemod/configs/admins.cfg
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 66) Invalid flag detected: F
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 66) Invalid flag detected: u
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 66) Invalid flag detected:
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 66) Invalid flag detected: A
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 76) Invalid flag detected: F
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 76) Invalid flag detected: u
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 76) Invalid flag detected:
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 76) Invalid flag detected: A
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 86) Invalid flag detected: F
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 86) Invalid flag detected: u
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 86) Invalid flag detected:
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 86) Invalid flag detected: A
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: u
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: M
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: I
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: N
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: I
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: -
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: -
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: -
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: -
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: -
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: -
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: -
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: -
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: -
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: -
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: -
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: -
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: -
L 03/14/2019 - 13:15:29: [admin-flatfile.smx] (line 89) Invalid flag detected: -


Admin.cfg
Code:
/**
 * 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
{
	"Mr.A"
	{
		"auth"		"steam"
		"identity"	"STEAM_0:0:3489374"
		"flags"		"zfamin"
		"immunity"	"99"
	}


	"LhadJ"
	{
		"auth"		"steam"
		"identity"	"STEAM_0:0:231931522"
		"flags"		"zfamin"
		"immunity"	"99"
	}

	"STEAM_1:0:182089899"
	{
		"auth"		"steam"
		"identity"	"STEAM_1:0:182089899"
		"flags"		"zfamin"
		"immunity"	"99"
	}

	"Predator"
	{
		"auth"		"steam"
		"identity"	"STEAM_0:1:119715400"
		"flags"		"Full Admins"
                "group"		"Full Admins"
		"immunity"	"6"
	}


	"devin"
	{
		"auth"		"steam"
		"identity"	"STEAM_0:1:445283534"
		"flags"		"Full Admins"
                "group"		"Full Admins"
		"immunity"	"6"
	}


	"islam"
	{
		"auth"		"steam"
		"identity"	"STEAM_1:1:216966736"
		"flags"		"Full Admins"
                "group"		"Full Admins"
		"immunity"	"6"
	}
}
Mr_A is offline
farawayf
Senior Member
Join Date: Jan 2019
Old 03-14-2019 , 09:25   Re: I need Help error in my server cs go
Reply With Quote #2

Put flags, not group names. I noted down where

Code:
        Predator"
	{
		"auth"		"steam"
		"identity"	"STEAM_0:1:119715400"
		"flags"		"Full Admins"        ///////flags, not group
                "group"		"Full Admins"
		"immunity"	"6"
	}


	"devin"
	{
		"auth"		"steam"
		"identity"	"STEAM_0:1:445283534"
		"flags"		"Full Admins"         ///////flags, not group
                "group"		"Full Admins"
		"immunity"	"6"
	}


	"islam"
	{
		"auth"		"steam"
		"identity"	"STEAM_1:1:216966736"
		"flags"		"Full Admins"    ///////flags, not group
                "group"		"Full Admins"
		"immunity"	"6"
	}

Last edited by farawayf; 03-14-2019 at 09:26.
farawayf is offline
Mr_A
Junior Member
Join Date: Nov 2017
Old 03-14-2019 , 09:37   Re: I need Help error in my server cs go
Reply With Quote #3

Quote:
Originally Posted by farawayf View Post
Put flags, not group names. I noted down where

Code:
        Predator"
	{
		"auth"		"steam"
		"identity"	"STEAM_0:1:119715400"
		"flags"		"Full Admins"        ///////flags, not group
                "group"		"Full Admins"
		"immunity"	"6"
	}


	"devin"
	{
		"auth"		"steam"
		"identity"	"STEAM_0:1:445283534"
		"flags"		"Full Admins"         ///////flags, not group
                "group"		"Full Admins"
		"immunity"	"6"
	}


	"islam"
	{
		"auth"		"steam"
		"identity"	"STEAM_1:1:216966736"
		"flags"		"Full Admins"    ///////flags, not group
                "group"		"Full Admins"
		"immunity"	"6"
	}
ah ok Thanks
Mr_A is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:07.


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