Jump to content
  • 0

Announce script


Chopper

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

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;

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  87
  • Reputation:   13
  • Joined:  02/15/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

ou xD

thanks^^

Edited by Chopper
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  87
  • Reputation:   13
  • Joined:  02/15/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  87
  • Reputation:   13
  • Joined:  02/15/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

thanks a lot u helped me =)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  130
  • Reputation:   43
  • Joined:  12/11/11
  • Last Seen:  

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.

Link to comment
Share on other sites

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.

×
×
  • Create New...