Sponsor-Board.de
TekBase Frage

+- Sponsor-Board.de (https://www.sponsor-board.de)
+-- Forum: Community (/forumdisplay.php?fid=56)
+--- Forum: Hilfe (/forumdisplay.php?fid=102)
+---- Forum: Scripting (/forumdisplay.php?fid=108)
+---- Thema: TekBase Frage (/showthread.php?tid=12663)


TekBase Frage - Fahne87 - 13.05.2011 17:22

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


RE: TekBase Frage - -Dr.House- - 13.05.2011 17:28

server neustarten ??

welcher admin mod ? sourcemod oder mainadmin ?


RE: TekBase Frage - frutY - 13.05.2011 17:33

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


RE: TekBase Frage - -Dr.House- - 13.05.2011 17:39

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


^^ jo das habe ich nich auch gefragt !


RE: TekBase Frage - frutY - 13.05.2011 17:40

Um welches Spiel geht es den eigentlich ?


RE: TekBase Frage - chukz - 13.05.2011 17:49

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.


RE: TekBase Frage - Fahne87 - 13.05.2011 18:15

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?


RE: TekBase Frage - chukz - 13.05.2011 18:24

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


RE: TekBase Frage - Fahne87 - 13.05.2011 18:38

Hab es nun endlich geschafft. Biggrin Jetzt funktioniert wie ich es wollte.

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

Mfg Fahne