Die Authorisation von Admins im Mani Admin Plugin erfolgt ueber die SteamId. Eine weitere, clientseitige Authorisierungsroutine ist nicht noetig.
Suche die Datei adminlist.txt im Verzeichnis cfg/mani_admin_plugin/
Wenn Du sie mit dem Editort oeffnest, kannst Du darin Admins anlegen.
Code:
// Add you administrator steam ID's here
// e.g STEAM_0:0:21233123
//
// Restriction options are :-
// k = restrict admin from kicking players
// r = restrict admin from executing rcon commands via ma_rcon
// q = restrict admin from executing rcon commands from the menu
// e = restrict admin from the adminexplode command
// m = restrict admin from slaying players
// b = restrict admin from banning players
// s = restrict admin from running ma_say
// o = restrict admin from running ma_chat
// a = restrict admin from running ma_psay
// c = restrict admin from changing maps
// p = restrict admin from playing sounds
// w = restrict admin from restricting weapons
// z = restrict admin from plug-in config menu
// x = restrict admin from running admincexec commands
// y = restrict admin from running admincexec from the menu
// i = restrict admin from running blind commands
// l = restrict admin from running slap commands
// f = restrict admin from running freeze commands
// t = restrict admin from running teleport commands
// d = restrict admin from running drug commands
// g = restrict admin from running ma_teamswap and ma_balance commands
//
//
// An example would be if you wanted to prevent admin
// with steam id STEAM_0:0:2388333
// from being able to play sounds and rcon command
//
// STEAM_0:0:2388333 rp // Admin abuses rcon and play sound !!
//
// STEAM_0:0:2388333 kmc
//
//
// NOTE: There must be a space between the steam id and restriction flags
// or the plug-in will assume that it is a steam id.
//
STEAM_0:0:123456 t
Die Beispieldatei ist nicht auf dem neuesten Stand. Die einzelnen Flags kannst Du hinter jeden angelegten Admin setzen.
Die Flags beschraenken die Rechte eines Admins. Der Beispieladmin, ganz unten, darf z.B. nicht das teleport Commando verwenden.
so long
SSH