Sending a message from a player? [C#]
Discussion in 'Rust Development' started by limon4eg, Mar 8, 2016.
-
Wulf Community Admin
You are wanting to send a message as a player?
-
Code:
player.Command("chat.say \"Some text\""); -
Thanks.
