Update readme
This commit is contained in:
parent
23f8b43ac3
commit
642cee43d6
22
README.md
22
README.md
@ -4,17 +4,17 @@ You get to play the Dinosaur Game from Google Chrome!
|
||||
|
||||
## Convars (Server-side)
|
||||
- `cfc_disconnect_interface_status_endpoint` - (String) The url that will be pinged to check server status.
|
||||
Defaults to `https://nanny.cfcservers.org/cfc3-ping`.
|
||||
Is expected to return a JSON table containing a `status` key, which will be `server-is-up` when the server is running.
|
||||
```
|
||||
{
|
||||
Defaults to `https://nanny.cfcservers.org/cfc3-ping`.
|
||||
Is expected to return a JSON table containing a `status` key, which will be `server-is-up` when the server is running.
|
||||
```
|
||||
{
|
||||
"status": "server-is-up"
|
||||
}
|
||||
```
|
||||
}
|
||||
```
|
||||
- `cfc_disconnect_interface_restart_time` - (Int) The number of seconds that will be displayed as the average restart time for the server.
|
||||
Defaults to `180`
|
||||
Defaults to `180`
|
||||
## Commands (Client-side)
|
||||
`cfc_disconnect_interface_test_crash` - Mimics the server crashing, showing the interface.
|
||||
`cfc_disconnect_interface_test_nointernet` - Mimics your internet disconnecting, showing the interface.
|
||||
`cfc_disconnect_interface_test_restart` - Mimics the server restarting, allowing you to reconnect.
|
||||
`cfc_disconnect_interface_test_recover` - Mimics the server fully recovering, closing the interface.
|
||||
- `cfc_disconnect_interface_test_crash` - Mimics the server crashing, showing the interface.
|
||||
- `cfc_disconnect_interface_test_nointernet` - Mimics your internet disconnecting, showing the interface.
|
||||
- `cfc_disconnect_interface_test_restart` - Mimics the server restarting, allowing you to reconnect.
|
||||
- `cfc_disconnect_interface_test_recover` - Mimics the server fully recovering, closing the interface.
|
Loading…
Reference in New Issue
Block a user