and just so i'm completely clear on which version works can you tell me the version number you use please kind sir
sry for being a pain
EDIT: yey am using v1 and it's working like a charmthanks very much for your help Stefan, I'm so happy
yak

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
-
How i can config this plugin to restart my server once a day in a specific time?
-
-
Hey Pain
I'd like to delete any base where the owner's not been on for 5 days. It'll help to get the entities down for the final week. Any ideas?
Thanks
EDIT: sorted. AutoPurge plugin does the jobLast edited by a moderator: Sep 5, 2016 -
What time zone is this in?
-
-
If a convar requires quotation marks, and apostrophes aren't working, wut do?
[DOUBLEPOST=1473053469][/DOUBLEPOST]For example:
Code:(01:08:02) | FileSystem.LoadPrefab - should start with assets/ - 'assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab' (01:08:02) | [BUNDLE] Not found: 'assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab' (01:08:02) | Couldn't find prefab "'assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab'" (01:08:02) | [Oxide] 01:08 [Info] [Timed Execute] ran CMD: entity.create || ARGS: 'assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab'
-
-
-
-
Code:
{ "EnabledRealTime-Timer": false, "EnableTimerOnce": false, "EnableTimerRepeat": true, "RealTime-Timer": {}, "TimerOnce": {}, "TimerRepeat": { "entity.create 'assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab'": 6300 } }
-
-
Then this happens
Code:(12:42:33) | [BUNDLE] Not found: assets/prefabs/npc/patrol (12:42:33) | Couldn't find prefab "assets/prefabs/npc/patrol"
-
Not sure if it works but give it a try. -
Negative, same error as the first time.
-
Please add a timer for game time.
-
-
-
Will the way I did this work for hurtworld?
{
"EnabledRealTime-Timer": true,
"EnableTimerOnce": false,
"EnableTimerRepeat": false,
"RealTime-Timer": {
"07:00:00": "playerlootmode 1",
"07:00:30": "say INFAMY DISABLED FOR 2 HOURS",
"09:00:00": "playerlootmode 2",
"09:00:30": "say INFAMY RE-ENABLED",
"19:00:00": "playerlootmode 1",
"19:00:30": "say INFAMY DISABLED FOR 2 HOURS",
"19:00:00": "playerlootmode 2",
"19:00:30": "say INFAMY RE-ENABLED"
},
"TimerOnce": {
"command1 'msg'": 60,
"command2 'msg'": 120,
"command3 arg": 180,
"command4 arg": 181
},
"TimerRepeat": {
"command1 arg": 300,
"command2 'msg'": 300
}
} -