Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Doesn't seem to do anything. [DMC]
SUBMITTED BY:
Guest
DATE:
Oct. 19, 2013, 11:32 p.m.
FORMAT:
JavaScript
SIZE:
324 Bytes
Raw
Download
Tweet
HITS:
978
Go to comments
Report
timer
=
10
setInterval
(
function
decreaseTimer
()
{
timer
=
timer
-
1
;
},
1000
);
if
(
timer
===
0
)
{
console
.
log
(
"[DMC] [Faucet] Timer is 0, posting message."
)
socket
.
emit
(
'chat'
,
{
room
:
'main'
,
message
:
'[color=blue]10 seconds passed, timer test...[/color]'
});
timer
=
10
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus