Jump to content
  • 0
DEsMOn

gettime(6) setting can any 1 guide?

Question

Hello Everyone,

Can any one guide on this get time setting

Quote

if(#luckyspin != gettime(6)){
        set #luckyspin,gettime(6);


            mes "[Daily Lucky Spin]";
            mes "Please wait...";
        set [email protected]_r,23;
        set [email protected]_r,0;
        set [email protected], 0;
        set [email protected],rand(1,50);
            LKS_rolly:
                    for(set [email protected],0; [email protected] < [email protected]; [email protected]++){
                        [email protected]++;
                        if([email protected]>[email protected]_r){set [email protected], [email protected]_r;}
                        cutin "lucky"[email protected],4;
                        soundeffect "slot_tick.wav",0;
                        //sleep2 rand(1,100); //SET AS RANDOM STOP
                        sleep2 100;
                    }
                    goto LKS_fin;

 

I want to do it for 12hr

Only after 12 hr's I should get chance to spin.

 

Thanks in advance  !!!

VIPLucky_Spin_V.2.txt

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
4 hours ago, Emistry said:

use gettimetick

if (#luckyspin < gettimetick(2)){
	#luckyspin = gettimetick(2) + (3600 * 12);

 

Thank you so much sir will change and update soon................THANKS FOR REPLY SIR @Emistry

Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

×   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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.