Update README.md

This commit is contained in:
Jackzie 2020-02-15 19:38:52 -06:00 committed by GitHub
parent 1899a82e97
commit 03f881c3a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,5 +24,15 @@ All my sourcemod plugins... shitty probably
* `sm_specialmenu` - Show the spawn menu for director spawning
* `sm_directormenu` (Same as sm_specialmenu for now)
* `l4d2-info-cmd` - Technically 'l4d2 game info', havent changed name. Just prints general information, used for a project
* **Commands**
* **Commands:**
* `sm_gameinfo`
* Example Response:
```
>map,diff
c8m2_subway,Normal
>id,name,bot,health,status,afk,throwSlot,kitSlot,pillSlot,modelName
1,Jackz,0,80,alive,0,,first_aid_kit,,Bill
3,Zoey,1,75,alive,0,,first_aid_kit,,Zoey
4,Francis,1,76,alive,0,,,,Francis
5,Louis,1,90,alive,0,,first_aid_kit,,Louis
```