Chopper Posted April 5, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/08/12 Last Seen: December 4, 2024 Share 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 Link to comment Share on other sites More sharing options...
Ryuuzaki Posted April 5, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 87 Reputation: 13 Joined: 02/15/12 Last Seen: September 11, 2024 Share 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 Link to comment Share on other sites More sharing options...
Chopper Posted April 5, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/08/12 Last Seen: December 4, 2024 Author Share Posted April 5, 2012 (edited) ou xD thanks^^ Edited April 5, 2012 by Chopper Quote Link to comment Share on other sites More sharing options...
Ryuuzaki Posted April 5, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 87 Reputation: 13 Joined: 02/15/12 Last Seen: September 11, 2024 Share 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 Link to comment Share on other sites More sharing options...
Chopper Posted April 5, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/08/12 Last Seen: December 4, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
Ryuuzaki Posted April 5, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 87 Reputation: 13 Joined: 02/15/12 Last Seen: September 11, 2024 Share 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 Link to comment Share on other sites More sharing options...
Chopper Posted April 5, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/08/12 Last Seen: December 4, 2024 Author Share Posted April 5, 2012 thanks a lot u helped me =) Quote Link to comment Share on other sites More sharing options...
plankt Posted April 6, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 130 Reputation: 43 Joined: 12/11/11 Last Seen: July 16, 2017 Share 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 Link to comment Share on other sites More sharing options...
Question
Chopper
hi =)
whats wrong with that Announce script ?
Link to comment
Share on other sites
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.