@PaiN Awesome work man!works perfectly, no error
Code:(16:59:56) | [Oxide] 17:00 [Info] [HeliControl] Helicopter Inbound! (16:59:56) | [Oxide] 17:00 [Info] [Timed Execute] ran CMD: callheli || ARGS: (16:59:58) | [Oxide] 17:00 [Info] [HeliControl] Helicopter Inbound! (16:59:58) | [Oxide] 17:00 [Info] [Timed Execute] ran CMD: callheli || ARGS: (17:00:00) | [Oxide] 17:00 [Info] [HeliControl] Helicopter Inbound! (17:00:00) | [Oxide] 17:00 [Info] [Timed Execute] ran CMD: callheli || ARGS:

Timed Execute
Execute commands every (x) seconds.
Total Downloads: 3,214 - First Release: May 29, 2016 - Last Update: Jun 5, 2017
- 5/5, 16 likes
-
"reset.oncetimer": 21601,
"say 'Server AUTOMATIC Restart in 6 hours!'": 300,
"say 'Server AUTOMATIC Restart in 4 hours!'": 7200,
"say 'Server AUTOMATIC Restart in 3 hours!'": 10800,
"say 'Server AUTOMATIC Restart in 2 hour!'": 14400,
"say 'Server AUTOMATIC Restart in 1 hour!'": 18000,
"say 'Server AUTOMATIC Restart in 15 minutes!'": 20700,
"say 'Server AUTOMATIC Restart in 5 minutes!'": 21300,
"event end": 21340,
"server.save": 21400,
"say 'Server is Restarting!!!'": 21595,
"restart 90": 21600 -
-
-
so 6 hours from when i load the plugin? - is that every 6 hours or at the same time each day?
Thanks for the quick reply. -
-
Hi.
How would I go about having my server run messages in chat for a restart a 7am and 4pm each day?
I want the messages showing server restart in: 1 hour, 30 mins, 15 mins, 10 mins, 5 mins, 2 mins, 1 min, 30 secs, 10 secs, 5 secs, Restarting!
If someone could post a config or help below to post messages in chat for 7am and 4pm each day, that would be amazing! thanks -
-
In the config, I did the time and that which works fine, but for the message that it displays. I set it to say "Restart in 5 mins" down to "Restart in 1 mins" then "Restarting".
But somehow it is fetching this from somewhere else, "Restarting in 300 seconds", "Restarting in 295 seconds". Where is it getting this information from rather than what I put in my config?
[DOUBLEPOST=1471003815][/DOUBLEPOST]Reckon you could possibly send me a config which countsdown: 1 hour, 30 mins, 15 mins, 10 mins, 5 mins, 2 mins, 1 min, restarting for 7am and 4pm scheduled restarts? Would be much appreciated -
But just before I do that show me the current config that you have tried.
-
Sure thing.
Attached Files:
-
-
Attached Files:
-
-
-
any help much appreciated
yakkern -
this is how my config looks like:
Code:{ "EnabledRealTime-Timer": true, "EnableTimerOnce": false, "EnableTimerRepeat": false, "RealTime-Timer": { "12:30:00": "say >>>>> Die Wärter des Reservats machen nun für eine halbe Stunde Pause. Vielen Dank für ihr Verständnis <<<<<", "12:30:01": "zone 31282226 nogather false autolights false", "13:00:00": "say >>>>> Das Reservat ist nun wieder für Besucher offen, genießen Sie Ihren Aufenthalt! <<<<<", "13:00:01": "zone 31282226 nogather true autolights true", "16:30:00": "say >>>>> Die Wärter des Reservats machen nun für eine halbe Stunde Pause. Vielen Dank für ihr Verständnis <<<<<", "16:30:01": "zone 31282226 nogather false autolights false", "17:00:00": "say >>>>> Das Reservat ist nun wieder für Besucher offen, genießen Sie Ihren Aufenthalt! <<<<<", "17:00:01": "zone 31282226 nogather true autolights true", "21:30:00": "say >>>>> Die Wärter des Reservats machen nun für eine halbe Stunde Pause. Vielen Dank für ihr Verständnis <<<<<", "21:30:01": "zone 31282226 nogather false autolights false", "22:00:00": "say >>>>> Das Reservat ist nun wieder für Besucher offen, genießen Sie Ihren Aufenthalt! <<<<<", "22:00:01": "zone 31282226 nogather true autolights true" }, "TimerOnce": { }, "TimerRepeat": { "event.run": 300, "server.save": 0 } }
so the zone will enable/disable the flags nogather and autolights at the set times.
(autolights just for letting people know if it is open now or not)
Hope it helps you -
thanks man, really appreciate that.
will report back whether I'm able to replicate -
Hmm well, I am able to type that syntax : zone id flag value into the console and it seems to work fine. As soon as I run it through Timed Execute it throws up the following in console after running [Zone Manager] Zone Id not found or Too few arguments: zone <zoneid> <arg> <value>
is this because timed execute isn't separating the value from the argument or something? I'm so close to getting this up and running but can't get past this.
as always any help much appreciated
yakkern -
Ah I forgot.
Sorry, I use the previous version of this plugin.
Download it from the version history and it should work.
-
thanks
yak -
You are welcome