Hi Pain, i've just installed your plugin.
Some easy questions, the rules shows to an admin too?
Can i disable the "accept or deny" question?
thanks in advance

Rules GUI
This plugin displays the rules on connect.
Total Downloads: 9,365 - First Release: Jul 19, 2015 - Last Update: Feb 3, 2017
- 5/5, 25 likes
-
Why would you.. you can by editing the plugin(Not recommended if you don't have any coding knowledge). -
Because i disconnected and reconnecter to my server but rules didn't shown. .(
-
-
this is my json. do you find any typo?
Attached Files:
-
-
-
Json valid :/
[DOUBLEPOST=1466336832][/DOUBLEPOST]Json is valid :/ -
-
-
news about my problem? :/
-
-
-
isn't working with DisplayOnEveryConnect = true
-
-
yea of course. file overwrited and plugin reloaded.
[DOUBLEPOST=1466436571][/DOUBLEPOST]and i'm a little bit skilled on programming so i'm not so newbie. -
-
(11:42:04) | [Oxide] 02:41 [Error] Failed to run a 1.00 timer in 'RulesGUI v1.4.5' (NullReferenceException: Object reference not set to an instance of an object)
(11:42:04) | [Oxide] 02:41 [Debug] at Oxide.Plugins.RulesGUI.DisplayUI (.BasePlayer player) [0x00000] in <filename unknown>:0
at Oxide.Plugins.RulesGUI+<DisplayUI>c__AnonStorey0.<>m__0 () [0x00000] in <filename unknown>:0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0
(11:45:52) | [Oxide] 02:45 [Error] Failed to run a 1.00 timer in 'RulesGUI v1.4.5' (NullReferenceException: Object reference not set to an instance of an object)
(11:45:52) | [Oxide] 02:45 [Debug] at Oxide.Plugins.RulesGUI.DisplayUI (.BasePlayer player) [0x00000] in <filename unknown>:0
at Oxide.Plugins.RulesGUI+<DisplayUI>c__AnonStorey0.<>m__0 () [0x00000] in <filename unknown>:0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0 -
-
Open the plugin RulesGUI.cs and replace line 252 with
Code:NextTick(() => DisplayUI(player));
-
(13:23:39) | [Oxide] 04:23 [Error] Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object)
(13:23:39) | [Oxide] 04:23 [Debug] at Oxide.Plugins.RulesGUI.DisplayUI (.BasePlayer player) [0x00000] in <filename unknown>:0
at Oxide.Plugins.RulesGUI+<DisplayUI>c__AnonStorey0.<>m__0 () [0x00000] in <filename unknown>:0
at Oxide.Core.OxideMod.OnFrame (Single delta) [0x00000] in <filename unknown>:0