←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

CS:GO
Dodany Admin Nie Działa

  • +
  • -
ProSkillBongoo - zdjęcie ProSkillBongoo 17.09.2014

Witam dodałem admina według poradnika znajdującego się na forum i niestety nie styka :(

Co jest źle?

/**
 * 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
{
        "Pro Skill .:Bongo:."
	{
		"auth"			"steam"
		"identity"		"STEAM_1:0:81632736"
		"flags"			"z"
	}
}
Odpowiedz

  • +
  • -
wiwi249 - zdjęcie wiwi249 17.09.2014

 

"flags"            "z"

 

Sprawdź jakie flagi ustawiasz temu adminowi, bo ustawiasz mu tylko flagę z. Nie wiem jak w tym silniku, ale w AMXX flaga z to była flaga oznaczająca zwyklego użytkownika. Nie pracowałem nigdy z tym, ale taka jest moja sugestia, także przynajmniej sprawdź.


Użytkownik wiwi249 edytował ten post 17.09.2014 19:25
Odpowiedz

  • +
  • -
ProSkillBongoo - zdjęcie ProSkillBongoo 18.09.2014

Flaga "z" sama w sobie zawiera wszystkie flagi dostępu :]

 

http://amxx.pl/topic...er-z-sourcemod/

Odpowiedz

LulzSec - zdjęcie LulzSec 19.09.2014

Zamien

"auth"            "steam"
        "identity"        "STEAM_1:0:81632736"
        "flags"            "z"

na

"auth"            "steam"
        "identity"        "STEAM_0:0:81632736"
        "flags"            "z"

Sprawdz na serwerze czy masz taki steam id.

Odpowiedz

  • +
  • -
BZIKowaty - zdjęcie BZIKowaty 19.09.2014

Sprawdź w pierwszej kolejności czy działa Ci SourceMod wpisując w konsoli gry "meta list".

Odpowiedz