Add cvar to readme

This commit is contained in:
Jackzie 2021-06-21 20:17:22 -05:00
parent 389ec99bb5
commit 107649bddb
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
2 changed files with 6 additions and 0 deletions

View file

@ -241,6 +241,8 @@ Features:
* `l4d2_extraitems_doorunlock_wait` - How many seconds after to unlock saferoom door. 0 to disable timer
* `l4d2_extraitems_doorunlock_open` - Controls when or if the door automatically opens after unlocked. Add bits together.
* 0 = Never, 1 = When timer expires, 2 = When all players loaded in
* `l4d2_extraitems_hudstate` - Controls when the extra player hud shows.
* 0 = Never, 1 = When 5+ players, 2 = Always on
### l4d_survivor_identity_fix
A fork of [Survivor Identity Fix plugin](https://forums.alliedmods.net/showthread.php?t=280539) that adds support for other plugins to update the model cache. This is used by [L4D2Tools](#L4D2Tools) to update the identity when someone changes their model with `sm_model`. It also will clear the memory of model when a player disconnects entirely or on a new map.