Mani Admin Plugin Problem

  • Einen schönen Guten Abend,


    ich habe mir vor kurzer Zeit ein Gameserver gekauft. Ich habe dort ein Mani Admin Plugin drauf installiert. DAs Plugin läuft, nur wenn ich auf dem Server bin kommt immer die Meldung das ich keine Berechtigung habe den Befehl auszuführen.
    Ich habe die Version 1.2 und in die clients.txt habe ich auch meine Steam id eingetragen.


    sv_os ist Linux


    Ich hoffe ihr könnt mir weiter helfen.

  • Erstelle dir eine neue Clients.txt und schreib das da rein



    "clients.txt"
    {
    "version" "1"


    "players"
    {
    "Name"
    {
    "name" "Name"
    "steam" "STEAM_0:1:23456789"
    "flags"
    {
    "Admin" "grav pban A B C D E F G H I J K L M N O P Q R S T U V W X Y"
    "Admin" "Z a b c d e f g i k l m o p q r s t v w x y z client admin"
    "Admin" "spray"
    }
    }


    "BENUTZER2"
    {
    "name" "Admin2"
    "steam" "STEAM_0:X:XXXXXXX"
    "flags"
    {
    "Admin" "q2 q3 grav pban A B C D E F G H I J K L M N O P Q R S T U V"
    "Admin" "W X Y Z a b c d e f g i k l m o p q r s t v w x y z client"
    "Admin" "admin spray"
    }
    }
    }
    }


    so habe ich das auch einfach dann deine steamid eintragen und speichern fertig

  • Das ist SourceMod :)
    sm_admin (in der Konsole), !admin und /admin (im Chat) öffnet das Adminmenü -> addons/sourcemod/configs/admin_simple.ini


    Mani:
    Sollte ma_admin in der Konsole sein.



    Am besten entscheidest du dich für ein Plugin. Mani umfasst viele Funktion, lässt sich aber nicht erweitern. SourceMod ist eine Art Pluginbaukastensystem und lässt sich mit vielen weiteren SourceMod-Plugins wie bei AMX Mod X bei CS1.6 erweitern. Stammt vom gleichen Entwicklerteam.

  • Also ich habe es nun hinbekommen mit einem anderen admin Menü undzwar Super Admin. Nur habe ich nun noch eine Frage kann ich es irgendwie ausstellen dass immer angezeigt wird was ich machen ? also da steht Zum Beispiel Remix gab Remix Noclip oder so. Nur das andere es nicht sehen können.

  • orangebox/cstrike/cfg/sourcemod/sourcemod.cfg


    Code
    // Specifies how admin activity should be relayed to users.  Add up the values
    // below to get the functionality you want.
    // 1: Show admin activity to non-admins anonymously.
    // 2: If 1 is specified, admin names will be shown.
    // 4: Show admin activity to admins anonymously.
    // 8: If 4 is specified, admin names will be shown.
    // 16: Always show admin names to root users.
    // --
    // Default: 13 (1+4+8)
    sm_show_activity 13


    0 -> Zeigt keinerlei Aktivitäten
    16 -> Zeigt nur Admins mit dem z Flag, die Aktivitäten anderer Admins inkls. Namen
    4 + 8 = 12 -> Würde den anderen Admins den Namen anzeigen, wenn ein Admin etwas macht
    4 -> Würde den Admins nur die Aktivität aber nicht den Namen des Admins anzeigen
    16 + 4 = 20 -> Würde den Admins nur die Aktivität aber nicht den Namen des Admins anzeigen. Root-Admins würden den Namen sehen.


    Du kannst es dir nach belieben zusammensetzen. Denk daran, dass das exzessive Einsetzen von solchen Fun-Commands den anderen Spielern den Spaß verdirbt und diese schnell den Server verlassen werden. Die Spieler wirst du dann auf deinem Server auch nie wieder sehen. Es gibt nicht ohne Grund die Bezeichnung Noobadmin oder Kinderadmin.

  • also ich habe mal jemanden gefragt der kann es auch sehn habe es momentan auf 0. So sieht die connfig aus



    // SourceMod Configuration File
    // This file is automatically executed by SourceMod every mapchange.



    // Specifies how admin activity should be relayed to users. Add up the values
    // below to get the functionality you want.
    // 1: Show admin activity to non-admins anonymously.
    // 2: If 1 is specified, admin names will be shown.
    // 4: Show admin activity to admins anonymously.
    // 8: If 4 is specified, admin names will be shown.
    // 16: Always show admin names to root users.
    // --
    // Default: 13 (1+4+8)
    sm_show_activity 0


    // Specifies whether menu sounds are enabled for menus created by SourceMod.
    // Menu sounds can be further configured in addons/sourcemod/configs/core.cfg.
    // --
    // Default: 1
    sm_menu_sounds 1


    // Specifies how long of a delay, in seconds, should be used in between votes
    // that are "public" or can be spammed. Whether or not this delay is obeyed
    // is dependent on the menu/command.
    // --
    // Default: 30
    sm_vote_delay 30


    // Default datetime formatting rules when displaying to clients.
    // For full options, see: http://www.opengroup.org/onlinepubs/007 ... ftime.html
    // --
    // Default: %m/%d/%Y - %H:%M:%S
    // 12 hour format: %m/%d/%Y - %I:%M:%S %p
    sm_datetime_format "%m/%d/%Y - %H:%M:%S"


    // Sets how SourceMod should check immunity levels when administrators target
    // each other.
    // 0: Ignore immunity levels (except for specific group immunities).
    // 1: Protect from admins of lower access only.
    // 2: Protect from admins of equal to or lower access.
    // 3: Same as 2, except admins with no immunity can affect each other.
    // --
    // Default: 1
    sm_immunity_mode 1


    // Sets how many seconds SourceMod should adjust time values for incorrect
    // server clocks. This can be positive or negative and will affect every
    // system time in SourceMod, including logging stamps.
    // --
    // Default: 0
    sm_time_adjustment 0


    // Specifies the amount of time that is allowed between chat messages. This
    // includes the say and say_team commands. If a client sends a message faster
    // than this time, they receive a flood token. When the client has accumulated
    // 3 or more tokens, a warning message is shown instead of the chat message.
    // --
    // Requires: antiflood.smx
    // Default: 0.75
    sm_flood_time 0.75


    // Specifies how the reserved slots plugin operates. Valid values are:
    // 0 : Public slots are used in preference to reserved slots. Reserved slots are freed before public slots.
    // 1 : If someone with reserve access joins into a reserved slot, the player with the highest latency and
    // no reserved slot access (spectator players are selected first) is kicked to make room. Thus, the reserved
    // slots always remains free. The only situation where the reserved slot(s) can become properly occupied is
    // if the server is full with reserve slot access clients.
    // --
    // Requires: reservedslots.smx
    // Default: 0
    sm_reserve_type 0


    // Specifies the number of reserved player slots. Users with the reservation
    // admin flag set will be able to join the server when there are no public slots
    // remaining. If someone does not have this flag, they will be kicked.
    // (Public slots are defined as: maxplayers - number of reserved slots)
    // --
    // Requires: reservedslots.smx
    // Default: 0
    sm_reserved_slots 0


    // Specifies whether or not reserved slots will be hidden (subtracted from max
    // slot count). Valid values are 0 (Visible) or 1 (Hidden).
    // --
    // Requires: reservedslots.smx
    // Default: 0
    sm_hide_slots 0


    // Specifies whether or not non-admins can send messages to admins using
    // say_team @<message>. Valid values are 0 (Disabled) or 1 (Enabled)
    // --
    // Requires: basechat.smx
    // Default: 1
    sm_chat_mode 1


    // Specifies whether or not "timeleft" will automaticly be triggered every
    // x seconds. Valid values are 0 (Disabled) to 1800 seconds.
    // --
    // Requires: basetriggers.smx
    // Default: 0
    sm_timeleft_interval 0


    // Specifies whether or not chat triggers are broadcast to the server or just
    // the player who requested the info trigger. Valid values are 0 (Disabled) or
    // 1 (Enabled)
    // --
    // Requires: basetriggers.smx
    // Default: 1
    sm_trigger_show 1


    // Specifies whether or not to display vote progress to clients in the
    // "hint" box (near the bottom of the screen in most games).
    // Valid values are 0 (Disabled) or 1 (Enabled).
    // --
    // Default: 0
    sm_vote_progress_hintbox 0


    // Specifies whether or not to display vote progress to clients in the
    // chat area. Valid values are 0 (Disabled) or 1 (Enabled).
    // --
    // Default: 0
    sm_vote_progress_chat 0


    // Specifies whether or not to display vote progress in the server console.
    // Valid values are 0 (Disabled) or 1 (Enabled).
    // --
    // Default: 0
    sm_vote_progress_console 0


    // Specifies whether or not to display vote progress to clients in the
    // client console. Valid values are 0 (Disabled) or 1 (Enabled).
    // --
    // Default: 0
    sm_vote_progress_client_console 0

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!