Hello, i installed Pets for Rust | Oxide and due to the huge amount of info and commands that go along with it i wanted players to be able to do ether /help or /pets in game to bring up a list of information regarding how to command pets and the commands.
I attempted to fill all the info into Auto Broadcast but it fills the chat up way too much and i dont want it to appear every so often, only when a command is sent.
Thank you! Any helps or tips on doing this would be appreciated
Solved Command / help info
Discussion in 'Plugin Requests' started by Moderation, Jan 17, 2016.
-
Wulf Community Admin
You'd have to make most of the info yourself, most plugins do not provide anything.
HelpText for Rust | Oxide or Custom Chat Commands for Rust | Oxide -
Just had a look at Helptext, seems pets does not include anythign for helptext to hook into it.
Would including
Code:function PLUGIN:SendHelpText(player) player:ChatMessage("helptext") end
-
Wulf Community Admin
-