AddServerTag Function

Adds an informational string to the server's public "tags". This string should be a short, unique identifier.

Note: Tags are automatically removed when a plugin unloads. Note: Currently, this function does nothing because of bugs in the Valve master.

void AddServerTag(const char[] tag)

Parameters

const char[] tag

Tag string to append.