Chopper Posted April 5, 2012 Posted April 5, 2012 hi =) whats wrong with that Announce script ? - 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; Quote
Ryuuzaki Posted April 5, 2012 Posted April 5, 2012 (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 April 5, 2012 by shadowseph Quote
Chopper Posted April 5, 2012 Author Posted April 5, 2012 (edited) ou xD thanks^^ Edited April 5, 2012 by Chopper Quote
Ryuuzaki Posted April 5, 2012 Posted April 5, 2012 (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 April 5, 2012 by shadowseph Quote
Chopper Posted April 5, 2012 Author Posted April 5, 2012 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. Quote
Ryuuzaki Posted April 5, 2012 Posted April 5, 2012 You take the color from either PS and use it like this, let's say the colorcode of PS is FFF000 in scripts it's 0xFFF000 then. Quote
plankt Posted April 6, 2012 Posted April 6, 2012 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. Quote
Question
Chopper
hi =)
whats wrong with that Announce script ?
7 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.