Statistics: Posted by SeraphimLeftNut — 07 Nov 2013, 05:29
local lasttimer = GetGameTimeSeconds()
function MyBeat()
if SessionIsReplay() then
if (GetGameTimeSeconds()-lasttimer) > 5.0 then
lasttimer = GetGameTimeSeconds()
local playertimes = import('/mods/MyMod/modules/playertimes.lua').Playertimes
LOG("MyBeat: " .. GetGameTimeSeconds())
LOG( playertimes )
--SessionRequestPause()
--SessionResume()
--SessionSendChatMessage
end
end
end
Statistics: Posted by RoLa — 23 Oct 2013, 22:26
Ze_PilOt wrote:Nothing can be done about "falling behind".
Statistics: Posted by Ze_PilOt — 23 Oct 2013, 22:07
Statistics: Posted by Nombringer — 23 Oct 2013, 21:46
Statistics: Posted by RoLa — 23 Oct 2013, 21:42
Statistics: Posted by Ze_PilOt — 23 Oct 2013, 12:36
Statistics: Posted by Myxir — 23 Oct 2013, 12:08
Statistics: Posted by SeraphimLeftNut — 23 Oct 2013, 03:19
Statistics: Posted by Ze_PilOt — 21 Oct 2013, 18:04
Statistics: Posted by Aulex — 21 Oct 2013, 16:44