HelpText
Moved
Total Downloads: 18,185 - First Release: Oct 23, 2014 - Last Update: Feb 3, 2017
- 4.92105/5, 38 likes
-
Wulf Community Admin
-
Attached Files:
-
-
The color tags only work when sent by another plugin. -
-
Wulf Community Admin
-
-
-
Is there anyway you could add colours to the helptext? in the snow it isn't easy reading white lol.
Thanks -
Wulf Community Admin
-
Thanks, Tried and it ended up killing the config lol..
If I wanted to make this text orange what would I do? I tried <orange>text<end> which is probably wrong
Code:{ "CustomHelpText": [ "(www.FIREON-COMMUNITY.com)", "(Remove Building Parts) /remove", "(Kits) /kit", "(Private Message) /pm name message /r message", "(Ranks) /rt help OR /rt stats", "(Friendly fire) /ff", "(Teleport) /tphelp", "(Online Players) /players", "(Make Clan) /clan help" ], "Settings": { "AllowHelpTextFromOtherPlugins": "false", "UseCustomHelpText": "true" } }
-
<color=orange>text</color>
http://docs.oxidemod.org/#styling-messages -
Wulf Community Admin
-
Thanks guys I'll give that a try
works a treatLast edited by a moderator: May 1, 2015 -
Is there a way to remove spacing to the help text? Want to try and get this Spaced out better looks messy! Need
Attached Files:
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
Is it possible, to show the complete list in the console too?
If I enter "/help" it's just in the chat, but would be great if it's in the console too ( better to readand people dont need to scroll so much )
-
i want to put this in but dont know where to put it,thats what he said. No but i need HELP.
Code:function PLUGIN:SendHelpText(player) if player:IsAdmin() then player:ChatMessage("admin helptext") end player:ChatMessage("normal helptext") end