Ergebnis 1 bis 10 von 10

Thema: ULX

  1. #1

    Standard ULX

    Hallo ich würde gerne wissen wie ich mich bei ULX zum admin machen kann wenn ich das addon auf mienne server habe`?
    Doppelpost:
    Also ich finde die user.txt nicht
    Geändert von Tockra (02.05.2008 um 18:18 Uhr) Grund: Doppelposts zusammengefügt

  2. #2

    Standard Aw: Ulx

    Gehe unter:

    garrysmod\garrysmod\settings\users.txt
    Schreibe rein:

    "superadmin"
    {
    "Tockra" "Deine Steam ID"
    }



    die Steam ID erfärst du wenn du status in die Conole schreibst.

  3. #3

    Standard Aw: Ulx

    letzte frage wo sehe ich meine steam id?

  4. #4

    Standard AW: Ulx

    Steht doch in meinem Post

  5. #5

    Standard Aw: Ulx

    sry also wie genau müsste dann meine user.ini aussehen?

  6. #6

    Standard Aw: Ulx

    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"
    	{
    		//"garry"			"STEAM_0:1:7099"
    	}
    	
    	"admin"
    	{
    		//"garry"			"STEAM_0:1:7099"
    	}
    
             "superadmin"
            {
                      "Tockra"                     "STEAM_ID"
    
    }

  7. #7

    Standard Aw: Ulx

    Lol wenn ich status in die console eingebe kommt nix

  8. #8

    Standard Aw: Ulx

    Da musst du auf irgend einem Server sein oder Singleplayer.

  9. #9
    Avatar von -=Sniper=-
    Registriert seit
    16.04.2008
    Ort
    Waldkirch

    Standard ULX

    group.txt müsste so aussehen zum teil

    "superadmin"
    {
    "deny"
    {
    }
    "allow"
    {
    "_pw"
    "ulib_passtime"
    "ulib_passtimeout"
    "ulx"
    "ulx help"
    "ulx logecho"
    "ulx logfile"
    "ulx logevents"
    "ulx logchat"
    "ulx logspawns"
    "ulx logspawnsecho"
    "ulx logdir"
    "ulx hiddenecho"
    "ulx spawnecho"
    "ulx psay"
    "ulx seeasay"
    "ulx asay"
    "ulx tsay"
    "ulx csay"
    "ulx thetime"
    "ulx gimp"
    "ulx mute"
    "ulx ungimp"
    "ulx unmute"
    "ulx gag"
    "ulx ungag"
    "ulx addgimpsay"
    "ulx addadvert"
    "ulx addcsayadvert"
    "ulx chattime"
    "ulx welcomemessage"
    "ulx slap"
    "ulx whip"
    "ulx slay"
    "ulx sslay"
    "ulx ignite"
    "ulx unignite"
    "ulx playsound"
    "ulx freeze"
    "ulx unfreeze"
    "ulx god"
    "ulx ungod"
    "ulx noclip"
    "ulx hp"
    "ulx armor"
    "ulx cloak"
    "ulx uncloak"
    "ulx blind"
    "ulx unblind"
    "ulx jail"
    "ulx unjail"
    "ulx ghost"
    "ulx unghost"
    "ulx ragdoll"
    "ulx unragdoll"
    "ulx maul"
    "ulx strip"
    "ulx menu"
    "ulx adminmenu"
    "ulx_valueupdate"
    "ulx_cvar"
    "ulx clientmenu"
    "ulx mapsmenu"
    "ulx_getgamemodes"
    "ulx motd"
    "ulx showmotd"
    "ulx banmenu"
    "ulx_getbans"
    "ulx rcon"
    "ulx luarun"
    "ulx exec"
    "ulx cexec"
    "ulx ent"
    "ulx rslotsmode"
    "ulx rslots"
    "ulx rslotsvisible"
    "ulx reservedslots"
    "ulx bring"
    "ulx goto"
    "ulx send"
    "ulx teleport"
    "ulx tooldeny"
    "ulx toolallow"
    "ulx tooldenyuser"
    "ulx toolallowuser"
    "ulx tooldenyoverride"
    "ulx usermanagementhelp"
    "ulx adduser"
    "ulx adduserid"
    "ulx removeuser"
    "ulx userallow"
    "ulx userdeny"
    "ulx addgroup"
    "ulx removegroup"
    "ulx groupallow"
    "ulx groupdeny"
    "ulx who"
    "ulx map"
    "ulx kick"
    "ulx ban"
    "ulx banid"
    "ulx unban"
    "ulx spectate"
    "ulx addforceddownload"
    "ulx debuginfo"
    "ulx mingekick"
    "ulx physgunplayer"
    "ulx voteecho"
    "ulx vote"
    "ulx votemap2"
    "ulx votemap2successratio"
    "ulx votemap2minvotes"
    "ulx votekick"
    "ulx votekicksuccessratio"
    "ulx votekickminvotes"
    "ulx voteban"
    "ulx votebansuccessratio"
    "ulx votebanminvotes"
    "ulx votemapenabled"
    "ulx votemapmintime"
    "ulx votemapwaittime"
    "ulx votemapsuccessratio"
    "ulx votemapminvotes"
    "ulx votemapvetotime"
    "ulx votemapmapmode"
    "ulx veto"
    "ulx votemapaddmap"
    "ulx votemap"
    "overcomeimmunity"
    }
    "inherit_from"
    {
    "admin"
    }
    }
    und die user.txt so

    "INGAME NAME"
    {
    "deny"
    {
    }
    "type" "steamid"
    "groups"
    {
    "superadmin"
    }
    "id" "STEAM_0:0:XXXXXXXXX"
    "pass" ""
    "allow"
    {
    }
    }

    Was du ändern musst...

    ID da kommt deine Steam id rein

    und bei INGAME NAME dein INGAME NAME
    Geändert von -=Sniper=- (02.05.2008 um 19:28 Uhr)

  10. #10

    Standard AW: Ulx

    Zitat Zitat von -PhoeniX- Beitrag anzeigen
    Code:
    CRAP von Users.txt
    WRONGGGGGGG!

    Spoiler:
    RIGHTTTTT!

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •