Archiv verlassen und diese Seite im Standarddesign anzeigen : SRCDS Server Admin
deadline99
23.11.2008, 19:36
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 ;)
DerMapper
23.11.2008, 21:16
Du brauchst noch eine admin mod z.b Assmod.
http://www.garrysmod.org/img/?t=dll&id=49976
deadline99
23.11.2008, 21:44
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?
Wie hast du dich denn in die Users.txt eingetragen.
Copy & Paste das mal hier rein.
Bitte mit
tag!
deadline99
24.11.2008, 16:31
"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"
}
}
Grüne Gurken
24.11.2008, 16:34
"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.
"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"
}
}
deadline99
24.11.2008, 16:42
danke :D ich probiers gleich mal aus,
wenn ich nen normalen Admin einstelle muss ich Logischerweise auch die Slahes weg machen, right?^^
Das // gibt an, dass alles in dieser Zeile ein Kommentar ist, und wird vom Computer nicht gelesen.
deadline99
24.11.2008, 17:17
ok, super,
danke euch :) habs auch schon ausprobiert und klappt alles einwandfrei ;)
danke schön
Powered by vBulletin® Version 4.2.2 Copyright ©2025 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.