Kanibal 
Master
 
Posts: 257
Likes Given: 6
Likes Received: 30 in 28 posts
Joined: Jun 2012
Reputation: 0
![]()
|
Sphere 0.56c + TimerCall (April 10 2016 Pre-release)
Code:
// Amount of minutes to call f_onserver_timer (0 disables this, default)
TimerCall=1
How does TimerCall works in 0.56c? I set it to 1 in sphere.ini and write a little function to test timer:
Code:
[FUNCTION f_onserver_timer]
serv.log TEST
and this is a result...
Code:
19:21:(sphere_serv_triggers.scp,176)TEST
19:32:(sphere_serv_triggers.scp,176)TEST
19:43:(sphere_serv_triggers.scp,176)TEST
So, is there any way to fix it?
Grandmaster Localhost Admin
(This post was last modified: 11-23-2016 04:22 AM by Kanibal.)
|
|
11-23-2016 03:50 AM |
|
|