1. 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?
     
  2. Wulf

    Wulf Community Admin

    You can us the library helper from Oxide to run any command on the client.
    Code:
    rust.SendClientCommand("chat.say /chatcommand");