-
SRCDS Server Admin
Hi,
hab da mal ne Frage..
wenn ich meinen Server über SRCDS starte.. und ich ihn dann joine bin ich ein ganz normaler Player.. möchte aber gerne Admin oder Super Admin sein.. hab mich schon in meine User.txt eingetragen aber iwie will der nicht ...
naja hoffe ihr könnt mir da vielleicht weiter helfen :D
//edit:
wenn ich schon ein Topic mache kann ich ja noch was reinfragen^^:
kann mir jemand noch sagen wie dieses stool heißt mit dem ich abstände messen kann? also z.B. von einem Prop zum andern ;)
-
AW: SRCDS Server Admin
-
AW: SRCDS Server Admin
bin ich dann der Admin, der dann auch props und so löschen kann? und z.B. player "fest halten" mit der phy gun.. ? oder bin ich der Admin, der dann halt kicken, banne, freezen, slayen oder so kann?
-
AW: SRCDS Server Admin
Wie hast du dich denn in die Users.txt eingetragen.
Copy & Paste das mal hier rein.
Bitte mit [code][/code] tag!
-
AW: SRCDS Server Admin
Code:
"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"
{
//"Deadline" "STEAM_0:0:1XXXXXXX"
}
"admin"
{
//"garry" "STEAM_0:1:7099"
}
}
-
AW: SRCDS Server Admin
Zitat:
Zitat von
deadline99
Code:
"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"
{
//"Deadline" "STEAM_0:0:1XXXXXXX"
}
"admin"
{
//"garry" "STEAM_0:1:7099"
}
}
nimm einfach die Doppelslashes weg, dann geht es.
Spoiler:
also so
Code:
"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"
{
"Deadline" "STEAM_0:0:1XXXXXXX"
}
"admin"
{
//"garry" "STEAM_0:1:7099"
}
}
-
AW: SRCDS Server Admin
danke :D ich probiers gleich mal aus,
wenn ich nen normalen Admin einstelle muss ich Logischerweise auch die Slahes weg machen, right?^^
-
AW: SRCDS Server Admin
Das // gibt an, dass alles in dieser Zeile ein Kommentar ist, und wird vom Computer nicht gelesen.
-
AW: SRCDS Server Admin
ok, super,
danke euch :) habs auch schon ausprobiert und klappt alles einwandfrei ;)
danke schön