Sponsor-Board.de

Normale Version: TekBase Frage
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo zusammen,

Ich habe einen Gameserver. Nun hat sich meine Steam ID gewechselt.
Aber sobald Ich die neue Steam ID eingetragen habe, kann ich den GameServer InGame nicht mehr steuern.
Wodran kann das liegen?

Würde mich über jede Antwort freuen.

Mfg Fahne87
server neustarten ??

welcher admin mod ? sourcemod oder mainadmin ?
Ist vielleicht eine ganz Dumme frage, aber was hat das mit Tekbase zu tun?

frutY schrieb:
Ist vielleicht eine ganz Dumme frage, aber was hat das mit Tekbase zu tun?


^^ jo das habe ich nich auch gefragt !

Um welches Spiel geht es den eigentlich ?
also

bei mani admin:

in die clients.txt (in cfg -> mani-admin-plugin) eintragen

bei sourcemod unter config in die admins_simple.ini (addons -> sourcemod -> config) oder admins.cfg

dann normal mapchange und es fuktioniert

mani admin menu befehl: "@menu" in den chat oder "admin" in die konsole

sourcemod: "!admin" in den chat, oder "sm_admin" in die konsole

Dies natürlich ohne die "".


bei weiteren fragen, per PN oder mein ts3 (ip kriegste per PN falls du noch mehr hilfe benötigst!)


Falls du andere Spiele benutzst, (und nicht CS:S) schätze ich, du benutzt Sourcemod.
Habe hier mal einen Auszug aus der client.txt

Code:
            // Client real name
            "name"    "Fahne87"
            // Steam ID for client
            "steam"    "STEAM_0:1:30547371"
            // These are personal access flags for a player
            "flags"


Ist das so richtig?

ja, nehm aber die admins_simple.ini

und trag das so ein:


ich machs dir shcon fertig zum einfügen:


//
// READ THIS CAREFULLY! SEE BOTTOM FOR EXAMPLES
//
// For each admin, you need three settings:
// "identity" "permissions" "password"
//
// For the Identity, you can use a SteamID or Name. To use an IP address, prepend a ! character.
// For the Permissions, you can use a flag string and an optional password.
//
// PERMISSIONS:
// Flag definitions are in "admin_levels.cfg"
// You can combine flags into a string like this:
// "abcdefgh"
//
// If you want to specify a group instead of a flag, use an @ symbol. Example:
// "@Full Admins"
//
// You can also specify immunity values. Two examples:
// "83:abcdefgh" //Immunity is 83, flags are abcdefgh
// "6:@Full Admins" //Immunity is 6, group is "Full Admins"
//
// Immunity values can be any number. An admin cannot target an admin with
// a higher access value (see sm_immunity_mode to tweak the rules). Default
// immunity value is 0 (no immunity).
//
// PASSWORDS:
// Passwords are generally not needed unless you have name-based authentication.
// In this case, admins must type this in their console:
//
// setinfo "KEY" "PASSWORD"
//
// Where KEY is the "PassInfoVar" setting in your core.cfg file, and "PASSWORD"
// is their password. With name based authentication, this must be done before
// changing names or connecting. Otherwise, SourceMod will automatically detect
// the password being set.
//
////////////////////////////////
// Examples: (do not put // in front of real lines, as // means 'comment')
//
// "STEAM_0:1:16" "bce" //generic, kick, unban for this steam ID, no immunity
// "!127.0.0.1" "99:z" //all permissions for this ip, immunity value is 99
// "BAILOPAN" "abc" "Gab3n" //name BAILOPAN, password "Gab3n": gets reservation, generic, kick
//
////////////////////////////////

"STEAM_0:1:30547371" "99:z" //admin
Hab es nun endlich geschafft. Biggrin Jetzt funktioniert wie ich es wollte.

Ich danke dir nochmal Vielmals für deine schnelle Hilfe.

Mfg Fahne
Referenz-URLs