mirror of
https://github.com/etlegacy/etlegacy-lua-docs.git
synced 2024-11-10 06:51:49 +00:00
Added banner print
This commit is contained in:
parent
2c6d71163c
commit
f4f1def0e0
1 changed files with 6 additions and 2 deletions
8
misc.rst
8
misc.rst
|
@ -87,14 +87,18 @@ Print a message to the client's console::
|
||||||
|
|
||||||
"print \"Message\n\""
|
"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::
|
Print a message to the center of the client's screen::
|
||||||
|
|
||||||
"cp \"Message\n\""
|
"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::
|
Print a message to the client's console and writes it to the statsdump file::
|
||||||
|
|
||||||
"sc \"Message\n\""
|
"sc \"Message\n\""
|
||||||
|
|
Loading…
Reference in a new issue