mirror of
https://github.com/etlegacy/lua_apidoc.git
synced 2024-11-10 06:31:58 +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 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\""
|
||||
|
|
Loading…
Reference in a new issue