Steenamaroo updated Player Ranks with a new update entry:
1.3.1

Player Ranks
Player ranks and stats database
Total Downloads: 4,908 - First Release: Mar 4, 2017 - Last Update: May 29, 2018
- 5/5, 19 likes
-
Thank you @Steenamaroo works like a charm and no SQL errors here so far
-
I'm getting this error since adding Timed Explosives:
Code:(23:10:07) | Failed to call hook 'OnEntityTakeDamage' on plugin 'PlayerRanks v1.3.1' (NullReferenceException: Object reference not set to an instance of an object) (23:10:07) | at Oxide.Plugins.PlayerRanks.OnEntityTakeDamage (.BaseEntity entity, .HitInfo hitinfo, .HitInfo hitInfo) [0x00000] in <filename unknown>:0 at Oxide.Plugins.PlayerRanks.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (23:10:07) | Failed to call hook 'OnEntityTakeDamage' on plugin 'TriggeredExplosiveCharges v1.0.9' (NullReferenceException: Object reference not set to an instance of an object) (23:10:07) | at Oxide.Plugins.TriggeredExplosiveCharges.OnEntityTakeDamage (.BaseCombatEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.TriggeredExplosiveCharges.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
Does it still happen with TriggeredExplosiveCharges plug unloaded?
-
not sure they have left the event, i will do a test tomorrow and find out for you
-
Do you use BlockEvents in config?
-
Yes I have that set to true
-
Kk. I'll get it sorted.
-
Hi, can anyone point me in a direction of where i can find resources to learn how to publish the player ranks datafile to our servers website?
cheers -
does someone here maybe got a Php/html "leaderboard" for this that works with its mysql DB ?
-Aand , willing to share? that would be nice -
Look up.
-
[DOUBLEPOST=1504803342][/DOUBLEPOST]@Steenamaroo do you think it would be prudent to put that link into the overview? -
omg. now i feel pretty dumb. well. i DID actually Read. i searched a few pages back..... but ofc, missed that one riiight over my own post ...
sry . and thaankss -
error
Code:(17:29:15) | Failed to call hook 'OnServerInitialized' on plugin 'PlayerRanks v1.3.1' (OverflowException: Value is greater than Int32.MaxValue or less than Int32.MinValue) (17:29:15) | at System.Convert.ToInt32 (Double value) [0x00000] in <filename unknown>:0 at System.Double.System.IConvertible.ToInt32 (IFormatProvider provider) [0x00000] in <filename unknown>:0 at System.Convert.ToInt32 (System.Object value, IFormatProvider provider) [0x00000] in <filename unknown>:0 at System.Convert.ToInt32 (System.Object value) [0x00000] in <filename unknown>:0 at Oxide.Plugins.PlayerRanks.OnPlayerInit (.BasePlayer player) [0x00000] in <filename unknown>:0 at Oxide.Plugins.PlayerRanks.OnServerInitialized () [0x00000] in <filename unknown>:0 at Oxide.Plugins.PlayerRanks.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
Damn, son...Someone got $$$$$ on your server!
I'll switch that up and update soon. Thanks. -
Failed to call hook 'OnServerInitialized' on plugin 'PlayerRanks v1.3.1' (NullReferenceException: Object reference not set to an instance of an object)
(12:40:56) | at Oxide.Plugins.PlayerRanks.OnServerInitialized () [0x00000] in <filename unknown>:0
at Oxide.Plugins.PlayerRanks.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 -
Dunno what's going on:
Code:(23:06:11) | Failed to call hook 'OnEntityTakeDamage' on plugin 'PlayerRanks v1.3.1' (NullReferenceException: Object reference not set to an instance of an object) (23:06:11) | at Oxide.Core.Plugins.CSPlugin+HookMethod.HasMatchingSignature (System.Object[] args, Boolean exact) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.FindMatchingHook (System.Collections.Generic.List`1 methods, System.Object[] args, Oxide.Core.Plugins.HookMethod& match, System.Object[]& hook_args, Boolean exact) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (23:06:11) | Failed to call hook 'OnEntityDeath' on plugin 'PlayerRanks v1.3.1' (NullReferenceException: Object reference not set to an instance of an object) (23:06:11) | at Oxide.Core.Plugins.CSPlugin+HookMethod.HasMatchingSignature (System.Object[] args, Boolean exact) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.FindMatchingHook (System.Collections.Generic.List`1 methods, System.Object[] args, Oxide.Core.Plugins.HookMethod& match, System.Object[]& hook_args, Boolean exact) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
Wulf Community Admin
-