SRCDS Steam group


Help setting up sourcemod admin by ip
#1
Question 
Hou add admins by ip ?
Code:
/**
* USE THIS SECTION TO DECLARE DETAILED ADMIN PROPERTIES.
*
* Each admin should have its own "Admin" section, followed by a name.
* The name does not have to be unique.
*
* Available properties: (Anything else is filtered as custom)
*      "auth"          - REQUIRED - Auth method to use.  Built-in methods are:
*                        "steam"  - Steam based authentication
*                        "name"   - Name based authentication
*                        "ip"    - IP based authentication
*                        Anything else is treated as custom.
*                     Note: Only one auth method is allowed per entry.
*
*      "identity"      - REQUIRED - Identification string, for example, a steamid or name.
*                     Note: Only one identity is allowed per entry.
*
*      "password"      - Optional password to require.
*      "group"         - Adds one group to the user's group table.
*      "flags"         - Adds one or more flags to the user's permissions.
*        "immunity"        - Sets the user's immunity level (0 = no immunity).
*                          Immunity can be any value.  Admins with higher
*                          values cannot be targetted.  See sm_immunity_mode
*                          to tweak the rules.  Default value is 0.
*
* Example:
    "BAILOPAN"
    {
        "auth"            "steam"
        "identity"        "STEAM_0:1:16"
        "flags"            "abcdef"
    }
*
*/
Admins
{
}

"!127.0.0.1"        "99:z"                //all permissions for this ip, immunity value is 99
Reply
#2
an example on the bottom of what you are showing

"!127.0.0.1" "99:z" //all permissions for this ip, immunity value is 99
Reply
#3
i trident how i written bat it doesn work
Reply
#4
Code:
Admins
{
    "auth"    "ip"
    "identity" "127.0.0.1"
    "flags"    "z"
    "immunity" "99"
}
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#5
Code:
/**
* USE THIS SECTION TO DECLARE DETAILED ADMIN PROPERTIES.
*
* Each admin should have its own "Admin" section, followed by a name.
* The name does not have to be unique.
*
* Available properties: (Anything else is filtered as custom)
*      "auth"          - REQUIRED - Auth method to use.  Built-in methods are:
*                        "steam"  - Steam based authentication
*                        "name"   - Name based authentication
*                        "ip"    - IP based authentication
*                        Anything else is treated as custom.
*                     Note: Only one auth method is allowed per entry.
*
*      "identity"      - REQUIRED - Identification string, for example, a steamid or name.
*                     Note: Only one identity is allowed per entry.
*
*      "password"      - Optional password to require.
*      "group"         - Adds one group to the user's group table.
*      "flags"         - Adds one or more flags to the user's permissions.
*        "immunity"        - Sets the user's immunity level (0 = no immunity).
*                          Immunity can be any value.  Admins with higher
*                          values cannot be targetted.  See sm_immunity_mode
*                          to tweak the rules.  Default value is 0.
*
* Example:
    "BAILOPAN"
    {
        "auth"            "steam"
        "identity"        "STEAM_0:1:16"
        "flags"            "abcdef"
    }
*
*/
Admins
{
    "auth"    "ip"
    "identity" "192.168.10.100"
    "flags"    "z"
    "immunity" "99"
}

Dont work Sad

admins.cfg have thu by in ?
srcds_l/cstrike/addons/sourcemod/configs/

and i have sam errors maybe it doesn't work bekas them?
Code:
ERROR: mp_dynamicpricing set to 1 but couldn't download the price list!
Error: Material "sprites/bubble" : proxy "AnimatedTexture" not found!
Reply
#6
Leygan Wrote:and i have sam errors maybe it doesn't work bekas them?

Code:
ERROR: mp_dynamicpricing set to 1 but couldn't download the price list!
Go insite your cstrike/cfg/autoexec.cfg

Add this line: mp_dynamicpricing 0

Leygan Wrote:
Code:
Error: Material "sprites/bubble" : proxy "AnimatedTexture" not found!

This is a startard error, just ignore.

Code:
Admins
{
    "auth"    "ip"
    "identity" "192.168.10.100"
    "flags"    "z"
    "immunity" "99"
}

Have to be your external IP (http://www.myip.dk)
Reply
#7
realchamp Wrote:Have to be your external IP (http://www.myip.dk)

not if it is a LAN server... it has to be the IP which is in the output of the status command of the server.
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#8
i connect from lan bat all players connects from internet.
I don't know it dzest doesn't work.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)