Could you add your .cs and config to a post?

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
-
After Some while i got it now it works perfectly ^^
-
Good to hear
-
IT takes like 3 solid seconds to show the background image, is that intended ?
-
-
I've tried with a 200kb compressed one! still the same, like 2-3 solid seconds its like not worth it
-
Is there a way to use a locally file instead of url ?
-
Im using RulesGUI, but i want to set a local image instead of URL, because it takes to much to load. Any ideas ?
-
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
Can you make it so you all of the rules show? like maybe a page feature or at least resize font to fit all text? I'm missing a couple rules because they don't all fit on the one page.
-
Good evening.
Is there a way to set up more than just Nine rules, thanks text size, it is just possible to set nine rule. I need more because I want to have my rules once in German and in English. -
Getting this error
RulesGUI - Failed to compile: RulesGUI.cs(202,40): error CS1061: Type `ConsoleSystem.Arg' does not contain a definition for `connection' and no extension method `connection' of type `ConsoleSystem.Arg' could be found. Are you missing an assembly reference? -
Wulf Community Admin
-
Code:
(00:53:32) | Error while compiling RulesGUI.cs(202,40): error CS1061: Type `ConsoleSystem.Arg' does not contain a definition for `connection' and no extension method `connection' of type `ConsoleSystem.Arg' could be found. Are you missing an assembly reference?
Code:BasePlayer player = (BasePlayer)arg.Connection.player;
Code:BasePlayer player = arg.Connection.player as BasePlayer;
-
Wulf Community Admin
-
I could be using an old version too, but line 201 should have an upper case C for "arg.Connection". This fixed mine.