anjoliwanag Posted August 18, 2013 Posted August 18, 2013 Hello, I Want a script in which every 30th Minute of the hour all players gets a message. I.E: - script Hello -1,{ OnMinute30: mes "Hello"; close; end; } Quote
Emistry Posted August 18, 2013 Posted August 18, 2013 OnMinute00: OnMinute30: addrid(0); mes "Hello"; close; Quote
anjoliwanag Posted August 18, 2013 Author Posted August 18, 2013 OnMinute00: OnMinute30: addrid(0); mes "Hello"; close; Thanks for the reply Unfortunately it didn't solve my problem. it gives me; parse_line: expect command, missing function name or calling undeclared func tion 1 : { 2 : OnMinute57: * 3 : 'a'ddrid(0); I checked trunk/doc/script_commands.txt and the command addrid isn't there. Quote
Skorm Posted August 18, 2013 Posted August 18, 2013 A message popping up every 30 minutes on my screen would be rather annoying on any server... I recommend you use... announce "This will be shown to everyone at all in green.",bc_all,0x00FF00; And broadcast what ever you have to say to the players. Quote
Question
anjoliwanag
Hello, I Want a script in which every 30th Minute of the hour all players gets a message. I.E:
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.