Rust GUI timer for events

Discussion in 'Plugin Requests' started by THEGRIFFIN, Mar 12, 2017.

  1. I'm looking for a mod that can put an automated timer on screen for an event, but its not the kind of event that I would use the Event Manager for. The RP server I have will be doing a monthly purge the only this the "event" does is make the rules void so there's no reason for Event Manager. I don't know if there is such a mod that I could set the date and for the timer to start and end when the time is over.
     
  2. When I update my timer plugin i'll include dates and what not. As well as the ability to send a command(console) when it ends. But i've got some other plugins I need to update as well :p
     
  3. Oh thats cool, so how would you plan on configuring so a timer goes off on a certain time of day and could you label what the timer is for?
     
  4. Well. Labeling sure thing. Basically i'll have two datetime variables and one of those will be a end time. Essentially, it will count down in seconds till one day it finds oh current timer is higher then the end timer specified lets end it.
    Example:
    Code:
    [ScreenTimer] Time = Days:11  -  Hours:13  -  Minutes:46  -  Seconds:4
    [ScreenTimer] Time = Days:11  -  Hours:13  -  Minutes:46  -  Seconds:3
    [ScreenTimer] Time = Days:11  -  Hours:13  -  Minutes:46  -  Seconds:2
    [ScreenTimer] Time = Days:11  -  Hours:13  -  Minutes:46  -  Seconds:1
    [ScreenTimer] Time = Days:11  -  Hours:13  -  Minutes:46  -  Seconds:0
    [ScreenTimer] Time = Days:11  -  Hours:13  -  Minutes:45  -  Seconds:59
    [ScreenTimer] Time = Days:11  -  Hours:13  -  Minutes:45  -  Seconds:58
    [ScreenTimer] Time = Days:11  -  Hours:13  -  Minutes:45  -  Seconds:57
    [ScreenTimer] Time = Days:11  -  Hours:13  -  Minutes:45  -  Seconds:56
    [ScreenTimer] Time = Days:11  -  Hours:13  -  Minutes:45  -  Seconds:55
    (its still a bit buggy as its just a test version)