Timer on screen (Rust)Solved
I know it sounds simple but not sure if possible due to limitations of Rust.
What i want is say in Chat i type /timer and a timer appears on screen but in countdown mode to an Event (top Left corner)
It count down to the specifed time then Display some simple text such as event started.

Is it possible ??

> Is it possible ??

everything is possible, its bad question.

Failed to call hook 'OnPlayerInit' on plugin 'ScreenTimer v2.0.1' (KeyNotFoundException: The given key was not present in the dictionary.)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <e1a80661d61443feb3dbdaac88eeb776>:0
  at Oxide.Plugins.ScreenTimer.CreateBasicUI () [0x00025] in <54169412d7564b378955a9966e76664d>:0
  at Oxide.Plugins.ScreenTimer.OnPlayerInit (BasePlayer player) [0x0000c] in <54169412d7564b378955a9966e76664d>:0
  at Oxide.Plugins.ScreenTimer.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0015f] in <54169412d7564b378955a9966e76664d>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0


Merged post

it actually works - just it throws that error up in command window.
Locked automatically