Hi!
Is it possible to make a plugin that sends something in the chat on behalf of a player (not to the player but from the player)?
Does someone know what function (#C) that could be use to accomplish that?
Send chat command on behalf of
Discussion in 'Rust Development' started by Henrikmeister, Aug 21, 2016.
-
Wulf Community Admin
You can us the library helper from Oxide to run any command on the client.
Code:rust.SendClientCommand("chat.say /chatcommand");
