Console commands: Difference between revisions
m
no edit summary
m (Added "weapswap".) |
mNo edit summary |
||
Line 443: | Line 443: | ||
|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 | |SayTo | ||
SayTo "Player 123" "Hello!" | SayTo "Player 123" "Hello!" | ||
|Both | |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. | |{{Devfeature|3.1|alpha}} 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 | |SayTo_IDx | ||
SayTo_IDx 2 "Hello!" | SayTo_IDx 2 "Hello!" | ||
|Both | |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. | |{{Devfeature|3.1|alpha}} 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 |