HelpText
Moved
Total Downloads: 18,186 - First Release: Oct 23, 2014 - Last Update: Feb 3, 2017
- 4.92105/5, 38 likes
-
Wulf Community Admin
See Oxide API for Rust -
thanks
-
how to make a costom help?
-
Wulf Community Admin
-
-
Can you please provide me with a simple code for a custom help, lets say for Teleportation plugin /tp. I don't know coding, but i will do the rest if i get the code for atleast one plugin
Thank you.
-
Wulf Community Admin
-
So it works with plain text, that's great. Thank you once more.
-
Wulf Community Admin
-
Yeah, i'm using Notepad++. Thanks.
-
@Domestos Can you also provide a list where admins can decide which plugins are listed with help commands and which not. Wulf put for his plugin list already the idea for a blackand whitelist on TODO.
@Wulf Is there a possbility for account upgrade I tried to contact link which lead me to a german site and got no answer -
Wulf Community Admin
Right now there are no account upgrades available, sorry. -
Oh that is unfortunate I would donate to this community since I will be active here. -
Hello, I can not understand all the problems of downloading the plugin through FaylZilla and nothing happens when you register Kitz in the game he writes invalid command
-
-
hi im preaty new with server making
lets say i want to do it like this:
/help
1) teleport /tpr "Name" (send) /Tpa accept
2)/kit for kits
3)/Bgrade (auto building upgrade
4)...
5)...
6)...
how shoud the config shoud look? -
hi,
i want to add the color cyan to the text in the plugin: HelpText for Rust | Oxide
how i do it? -
<color=cyan>"text"</color> . You could possibly try this.
-
thank you i will try it
Code:function PLUGIN:SendHelpText(player) if player:IsAdmin() then player:ChatMessage("admin helptext") end player:ChatMessage("normal helptext") end
Last edited by a moderator: Jan 21, 2016