mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 08:23:21 +00:00
Update README.md
This commit is contained in:
parent
1899a82e97
commit
03f881c3a4
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue