Skip to content

Commit 3def7ac

Browse files
committed
Add ToC.
1 parent cef1b2c commit 3def7ac

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ SourceMod is a [MetaMod](https://www.metamodsource.net/about) addon that support
44

55
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).
66

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+
717
## Finding Steam IDs
818
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.
919

@@ -66,7 +76,7 @@ setinfo "_test" "myCustomPass123"
6676

6777
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.
6878

69-
## How To Manage User Permissions
79+
## Managing User Permissions
7080
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).
7181

7282
There are two files you may edit which are explained below.

0 commit comments

Comments
 (0)