Rattlehead 
Master
 
Posts: 290
Likes Given: 3
Likes Received: 8 in 6 posts
Joined: Jun 2012
Reputation: 8
![]()
|
RE: Regarding Time Online
wow, i was just about to suggest a way to stop a timerf function based on function name too, cus i have had issues with that in the past
so, thats friggin awesome Ben, thx man
revised if using the newest nightly build
Code:
[function f_time_online]
src.ctag.online_hours += 1
[events e_online_time]
on=@login
if (<istimerf.f_time_online> == 1)
timerf stop,f_time_online
endif
src.timerf 3600,f_time_online
and ty for the reminder about ctags, saves the need for an extra IF statement
(This post was last modified: 08-06-2013 07:48 AM by Rattlehead.)
|
|
08-06-2013 07:42 AM |
|
|