roriscrave
Advanced OT User
- Joined
- Dec 7, 2011
- Messages
- 1,210
- Solutions
- 35
- Reaction score
- 207
I'm using tfs 0.3.6 and migrated to 0.4, but I had a question:
In globalevents I use this way:
<Globalevent name = "save" interval = "60" event = "script" value = "save.lua" />
Where the server is saved every 60 seconds, ie 1 minute.
But in tfs 0.4 I have to modify to stay this way:
<Globalevent name = "save" interval = "60000" event = "script" value = "save.lua" />
In this way you would be saving in 60 seconds.
But I have several AddEvent in my server, where all were made to work in 0.3.6 (in seconds), is it possible to modify the source so that tfs 0.4 reads the same way as 0.3.6?
ATENTION: how to make tfs 0.4 read in seconds the globalevents?
In globalevents I use this way:
<Globalevent name = "save" interval = "60" event = "script" value = "save.lua" />
Where the server is saved every 60 seconds, ie 1 minute.
But in tfs 0.4 I have to modify to stay this way:
<Globalevent name = "save" interval = "60000" event = "script" value = "save.lua" />
In this way you would be saving in 60 seconds.
But I have several AddEvent in my server, where all were made to work in 0.3.6 (in seconds), is it possible to modify the source so that tfs 0.4 reads the same way as 0.3.6?
ATENTION: how to make tfs 0.4 read in seconds the globalevents?