Skip to content

Commit 5343e73

Browse files
committed
Update guide.
1 parent 124094b commit 5343e73

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ When running a game server with SourceMod installed, it is likely that at some p
1010
* [Finding Steam IDs](#finding-steam-ids)
1111
* [Flags](#flags)
1212
* [Passwords](#passwords)
13+
* [Immunity](#immunity)
1314
* [Managing User Permissions](#managing-user-permissions)
1415
* [Using The `admins_simple.ini` File](#using-the-admins_simpleini-file)
1516
* [Using The `admins.cfg` File](#using-the-adminscfg-file)
@@ -78,6 +79,13 @@ setinfo "_test" "myCustomPass123"
7879

7980
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.
8081

82+
## Immunity
83+
The `immunity` flag prevents admins from targeting one another depending on the client's immunity level.
84+
85+
For example, if the first admin has an immunity of `20` while the second admin only has an immunity of `10`. The first admin can target the second admin, but the second admin can not target the first admin.
86+
87+
**NOTE** - Admins with the `z` flag (root) can target any player or admin regardless of immunity level.
88+
8189
## Managing User Permissions
8290
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).
8391

0 commit comments

Comments
 (0)