Skip to main content

Show

Formats provided players into a nice text representation.

Syntax

Show @players property? "separator"? separator_on_beginning?

Returns

text value

Arguments

NameRequiredTypeDescription
playersYesPlayer variable (e.g. @all, @classDPlayers)
propertyNoPlayerProperty enum value - found using 'serhelp PlayerProperty' commandThe property which will be displayed.
separatorNoAny text e.g. "Hello, World!"Default: ", "
separator on beginningNobool (true or false) valueWhether 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.