Show
Formats provided players into a nice text representation.
Syntax
Show @players property? "separator"? separator_on_beginning?
Returns
text value
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
players | Yes | Player variable (e.g. @all, @classDPlayers) | |
property | No | PlayerProperty enum value - found using 'serhelp PlayerProperty' command | The property which will be displayed. |
separator | No | Any text e.g. "Hello, World!" | Default: ", " |
separator on beginning | No | bool (true or false) value | Whether to add the separator at the beginning of the returned text |
Possible errors
- Provided property returned a value which cannot be displayed using text.
Validated examples using this method
On a running server
Use serhelp Show to inspect the reference generated by your installed SER version.