Console commands: Difference between revisions
Added new CCMDs from Zandronum 3.1 used for sending private chat messages.
(Added new CCMDs from Zandronum 3.1 used for sending private chat messages.) |
|||
Line 429: | Line 429: | ||
|Client | |Client | ||
|Players within the team can communicate with each other and not publicly to other non-team players or the opposite team. | |Players within the team can communicate with each other and not publicly to other non-team players or the opposite team. | ||
|- | |||
|SayTo '''(<font color="darkblue">Zandronum 3.1</font> <font color="red">only</font>)''' | |||
SayTo "Player 123" "Hello!" | |||
|Both | |||
|Allows the player/server to communicate privately with each other privately which other players cannot see, using the name of the player who will receive the message. If you want to send a private message to the server, use "Server" as the name instead. | |||
|- | |||
|SayTo_IDx '''(<font color="darkblue">Zandronum 3.1</font> <font color="red">only</font>)''' | |||
SayTo_IDx 2 "Hello!" | |||
|Both | |||
|Allows the player/server to communicate privately with each other which other players cannot see, using the index of the player who will receive the message. If you want to send a private message to the server, use -1 for the index instead. | |||
|- | |- | ||
|ScreenShot | |ScreenShot |