Jump to content
  • 0
Sign in to follow this  
Soul1992

gettime help

Question

I want that the 1.1 is an announce, but that gettime is not working. the announce comes every day.....

 

-	script	Manager	-1,{OnClock1500:if((gettime(6)==1) && (gettime(8)==1)) goto L_Januar; if((gettime(6)==2) && (gettime(8)==1)) goto L_Februar;// ========================================================================================================================//  Januar// ========================================================================================================================L_Januar:announce "Januar!",bc_blue|bc_all;end;
// ========================================================================================================================
//  Februar
// ========================================================================================================================
L_Februar:
announce "Februar!",bc_blue|bc_all;
end;

}

 

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0
-	script	Manager	-1,{	OnDay0101:		announce "Januar!",bc_blue|bc_all;	end;	OnDay0201:		announce "Februar!",bc_blue|bc_all;	end;	OnDay0301:		announce "März!",bc_blue|bc_all;	end;	OnDay0401:		announce "April!",bc_blue|bc_all;	end;	OnDay0501:		announce "Mai!",bc_blue|bc_all;	end;	OnDay0601:		announce "Juni!",bc_blue|bc_all;	end;	OnDay0701:		announce "Juli!",bc_blue|bc_all;	end;	OnDay0801:		announce "August!",bc_blue|bc_all;	end;		OnDay0901:		announce "September!",bc_blue|bc_all;	end;	OnDay1001:		announce "Oktober!",bc_blue|bc_all;	end;	OnDay1101:		announce "November!",bc_blue|bc_all;	end;	OnDay12901:		announce "Dezember!",bc_blue|bc_all;	end;}

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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