You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ SourceMod is a [MetaMod](https://www.metamodsource.net/about) addon that support
4
4
5
5
When running a game server with SourceMod installed, it is likely that at some point you'll want to grant yourself or others permissions such as the ability to kick and ban players (admin access).
6
6
7
+
## Table Of Contents
8
+
*[Finding Steam IDs](#finding-steam-ids)
9
+
*[Flags](#flags)
10
+
*[Passwords](#passwords)
11
+
*[Managing User Permissions](#managing-user-permissions)
12
+
*[Using The `admins_simple.ini` File](#using-the-admins_simpleini-file)
13
+
*[Using The `admins.cfg` File](#using-the-adminscfg-file)
14
+
*[Reloading Users](#reloading-users)
15
+
*[See Also](#see-also)
16
+
7
17
## Finding Steam IDs
8
18
Before assigning permissions to users, you will need to find their Steam ID. Both SteamID2 (`STEAM_X:X:XXXXXXXX`) and SteamID3 (`[U:X:XXXXXX]`) formats are supported in SourceMod.
If the user wants to automate this process on their side, they'll need to modify the file `<Game Dir>/cfg/autoexec.cfg` and add the command above to the file.
68
78
69
-
## How To Manage User Permissions
79
+
## Managing User Permissions
70
80
Managing user permissions and assigning flags is done by modifying a file inside of the `addons/sourcemod/configs` directory (or `addons\sourcemod\configs` folder on Windows).
71
81
72
82
There are two files you may edit which are explained below.
0 commit comments