Jump to content
  • 0

Question

Posted

hi =)

whats wrong with that Announce script ? :D

 
- script vote -1,{
OnClock0100:
OnClock0500:
OnClock0700:
OnClock0900:
OnClock1300:
OnClock1500:
OnClock1700:
OnClock2000:
OnClock2200:
OnClock2400:
OnInit:
announce "Hallo Liebe Spieler, Bitte vergesset nicht zu Voten unter blablabla.",bc_all,ff1414;

7 answers to this question

Recommended Posts

Posted (edited)

If that's the full script file i would say you are missing a right curly --> }

*EDIT*

The colorcode is invalid too, (if you wanted black color it's fine though)

Here the fully working script

-%tab%script%tab%vote%tab% -1,{
OnClock0100:
OnClock0500:
OnClock0700:
OnClock0900:
OnClock1300:
OnClock1500:
OnClock1700:
OnClock2000:
OnClock2200:
OnClock2400:
OnInit:
announce "Hallo Liebe Spieler, Bitte vergesset nicht zu Voten unter blablabla.",bc_all,0xff1414;
}

Obviously you have to replace the %tab% with real tabs.

Edited by shadowseph
Posted (edited)

You can also add this here to show the broadcast on every login.

-%tab%script%tab%vote%tab% -1,{
OnClock0100:
OnClock0500:
OnClock0700:
OnClock0900:
OnClock1300:
OnClock1500:
OnClock1700:
OnClock2000:
OnClock2200:
OnClock2400:
OnInit:
OnPCLoginEvent:
announce "Hallo Liebe Spieler, Bitte vergesset nicht zu Voten unter blablabla.",bc_all,0xff1414;
}

Anyways, you're welcome.

Edited by shadowseph
Posted

wow yeah that a nice idea, thats what i needed =)

but where can i see which colours are working for the command announce ?

I get my colour codes from photoshop.

Posted

You wouldn't like to show the global broadcast for everyone at login tho. I'd do like this:

-%tab%script%tab%vote%tab% -1,{
OnClock0100:
OnClock0500:
OnClock0700:
OnClock0900:
OnClock1300:
OnClock1500:
OnClock1700:
OnClock2000:
OnClock2200:
OnClock2400:
OnInit:
announce "Hallo Liebe Spieler, Bitte vergesset nicht zu Voten unter blablabla.",bc_all,0xff1414;
end;
OnPCLoginEvent:
announce "Hallo Liebe Spieler, Bitte vergesset nicht zu Voten unter blablabla.",bc_self,0xff1414;
end;
}

The broadcast would be seen by all at the times, and only for the user when he/she logs in.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...