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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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