Server Status
From NFBSP
| Server Status | |
|---|---|
| Author(s) | FordGT90Concept |
| Size | 6.89 KiB |
| Release Date | 10 Dec 2007 |
| Current Version | 2.0.2 |
| Prerequisites | .NET Framework 2.0 |
| CLR Compliant | Yes |
| Download | |
Retrieves public information from a running James Bond 007: Nightfire server.
[edit]
Usage
ServerStatus "#.#.#.#:0-65535"
OR
ServerStatus "#.#.#.#" "0-65535"
- "#.#.#.#" The IP Address of the server to get status from.
- "0-65535" The Query Port number to make the request on. This is 6550 by default.
- "#.#.#.#:0-65535" Combines the two above and separates them with a colon.
Examples:
ServerStatus 1.2.3.4 6550 ServerStatus 1.2.3.4:6550
[edit]
Version History
- 2.0.2 - Improved the IPPort structure.
- 2.0.1 - Uses updated code and is Signature Series compliant.
- 2.0.0 - Completely reworked from the version found on JBNF.net. It is coded in C# and is CLR Compliant.
