PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Wie mache ich jemanden zum Admin?



Dragonkill
18.09.2007, 21:52
Hallo Forumleser.
Wie der Titel schon sagt suche ich eine Antwort die mir erklärt,wie ich jemanden zum Admin machen kann.Thx schonmal im vorraus.
Liebe Grüße Dragonkill.

MarvZombie
18.09.2007, 23:27
settings/users.txt öffen und die SteamID des zukünftigen Admins eintragen. Die SteamID findest du raus, wenn du auf einem Server, auf dem er ist, status in die Console eingibst.

Die Users.txt:


"Users"
{
//
// This is your users file
//
// You can use this file to add people as admins on your server
// Add them to the relevant section
//
// If you're a Lua coder you can add your own sections and use them
// in your script by doing pl:IsUserGroup( "admin" ) etc
//

"superadmin"
{
//"garry" "STEAM_0:1:7099"
"NAME" "STEAMID" // Als Superdmin eintragen
}

"admin"
{
//"garry" "STEAM_0:1:7099"
"NAME" "STEAMID" // Als normaler Admin eintragen
}

}