I have tried all the obvious ways, but I cant find a way how I can write messages in chat from the client console. For example, in GMod, you can do 'say "ASDF"' and that would print "ASDF" to the chat, is there an equivalent for Rust?
Write in chat from client console
Discussion in 'Rust Development' started by Vilsol, Jul 15, 2015.
-
Wulf Community Admin
say "ASDF"
Pretty sure you need to be owner or moderator to broadcast with that though. -
[DOUBLEPOST=1436927002][/DOUBLEPOST]The reason I want to do this is so I can run commands like "/help" from the console -
Wulf Community Admin
-