Skip to content

Commit

Permalink
2023-11-4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
fbef0102 committed Nov 4, 2023
1 parent f86abee commit 2459772
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion l4d_pig_infected_notify/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ Show who is pig teammate in infected team

* <details><summary>ConVar | 指令</summary>

None
* cfg/sourcemod/l4d_pig_infected_notify.cfg
```php
// 0=Plugin off, 1=Plugin on.
l4d_pig_infected_notify_enable "1"
```
</details>

* <details><summary>Command | 命令</summary>
Expand Down
8 changes: 4 additions & 4 deletions l4dffannounce/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Adds Friendly Fire Announcements (who kills teammates)

* cfg/sourcemod/l4dffannounce.cfg
```php
// Enable Announcing Friendly Fire
l4d_ff_announce_enable "1"
// 0=Plugin off, 1=Plugin on.
l4dffannounce_enable "1"

// Changes how ff announce displays FF damage (1:In chat; 2: In Hint Box; 3: In center text)
l4d_ff_announce_type"1"
// Changes how ff announce displays FF damage (0: Disable, 1:In chat; 2: In Hint Box; 3: In center text)
l4dffannounce_type "1"
```
</details>

Expand Down

0 comments on commit 2459772

Please sign in to comment.