Added banner print

This commit is contained in:
Remy Marquis 2020-02-24 09:19:26 +01:00
parent 2c6d71163c
commit f4f1def0e0
1 changed files with 6 additions and 2 deletions

View File

@ -87,14 +87,18 @@ Print a message to the client's console::
"print \"Message\n\""
Print a message to the client's annoucement area and console::
Print a message to the client's top screen banner area::
"cpm \"Message\n\""
"bp \"Message\n\""
Print a message to the center of the client's screen::
"cp \"Message\n\""
Print a message to the client's annoucement area and console::
"cpm \"Message\n\""
Print a message to the client's console and writes it to the statsdump file::
"sc \"Message\n\""