I'm changing the image backgound link and then reloading but nothing is changing...

Rules GUI
This plugin displays the rules on connect.
Total Downloads: 9,342 - First Release: Jul 19, 2015 - Last Update: Feb 3, 2017
- 5/5, 25 likes
-
-
-
-
Attached Files:
-
-
"<color=yellow>For more info, rules and commands type</color> /info", <------ should be removed also never upload the .cs file its not needed ever
You never checked the json on the site you would of seen the problem if you did just remember the last line has no , but only the last lineAttached Files:
Last edited by a moderator: Jul 14, 2018 -
-
Thanks I already fixed that, my GUI now looks like this. I'm happy with it for now I just want a transparent background how do I do this? I already know how to set images but transparent images don't work. I foudn the following in the .cs file, is it something to do with this:
Parent = "RulesGUI",
Components =
{
new CuiRawImageComponent
{
Url = backroundimageurl,
Sprite = "assets/content/textures/generic/fulltransparent.tga"
},
new CuiRectTransformComponent
{
AnchorMin = "0 0",
AnchorMax = "1 1"
}Attached Files:
Last edited by a moderator: Jul 15, 2018 -
-
Also, what's the code to say a player's name?
For example I'm using RulesGUI and I want a line to say the player's name, so:
"<color=cyan><size=40>LucidRust greets you <player> to our friendly community!</size></color>", -
the config never saves for some reason i add new rules or even change 1 little thing then i reload on the server and it jsut resets it all back to default.
anything im missing here? -
Wulf Community Admin
-
-
Thanks for the mod. Can anyone help me out ...I want to add another button above the other two, and I want to add another page that I can list commands on.