PrintMessage
Description
Displays a message in the chat, console, or center of screen of every player.
This uses the archaic user message system (umsg) and hence is limited to ≈250 characters.
Arguments
Example
Prints into the every player's chat: "I'm new here."
PrintMessage(HUD_PRINTTALK, "I'm new here.")
Output: I'm new here.