Jump to content
MakeWebGames

Recommended Posts

Posted

Im a php noob so i'll just like to ask someone kind enough to give a good reply :)

How would i go about adding a round timer to mmcode v2 under the banner or under the notepad to say

 

" Round 1 ends in: 9 days, 23 hours, 24 minutes and 34 seconds. " and the time keeps ticking..... and on the last day it starts all over again for another 10 days :)

any takers?

Posted

Re: Round timer

pulled from here

 

<script language="JavaScript">
TargetDate = "12/31/2020 5:00 AM";
BackColor = "palegreen";
ForeColor = "navy";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
FinishMessage = "It is finally here!";
</script>
<script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script>

 

unlike killah, i won't charge you for googling.

Posted

Re: Round timer

For your information. I was not going to 'google'.

And for your information.

I was going to make my own script. But wait. Let's see.

Does your script meet his regard's?

Does it reset when it hit's that time?

Are you going to provide a file that will basicly reset the entire user base and all?

I am doing this for $10 which is rather cheap. So get your fact's right.

Posted

Re: Round timer

In fact, javascript is meaningless to the needs. Also, i don't think a simple file to reset users will be enough for the needs. adapting an mcc engine to a round/turn based sytem will need more than a single file to make it suitable ;)

Posted

Re: Round timer

 

For your information. I was not going to 'google'.

And for your information.

I was going to make my own script. But wait. Let's see.

Does your script meet his regard's?

Does it reset when it hit's that time?

Are you going to provide a file that will basicly reset the entire user base and all?

I am doing this for $10 which is rather cheap. So get your fact's right.

Please learn English before trying to insult someone; you just make yourself look retarded. If you read his original post, all he asks for is a way to display the time remaining which is exactly what that script does with a simple modification. So before telling someone to their "fact's" (should be "facts" btw), learn how to read.

Posted

Re: Round timer

Eish.. you can read right?

It does clearly say:

 

" Round 1 ends in: 9 days, 23 hours, 24 minutes and 34 seconds. " and the time keeps ticking..... and on the last day it starts all over again for another 10 days :)

Posted

Re: Round timer

 

If you read his original post, all he asks for is a way to display the time remaining which is exactly what that script does with a simple modification.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...