Thread: 718, Latest update

Results 1 to 4 of 4
  1. #1 718, Latest update 
    Registered Member
    Join Date
    Sep 2013
    Posts
    68
    Thanks given
    6
    Thanks received
    0
    Rep Power
    12
    Hey I was just wondering why my Latest update won't work on my 718 source that i'm using.

    In my settings.java I have this added
    Code:
    public static final String LATEST_UPDATE = "<col=7E2217>Latest update: Corporeal Beast Added!";
    How could I fix this so it would show that message in-game every time I will log onto the server?
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Jan 2013
    Age
    30
    Posts
    122
    Thanks given
    5
    Thanks received
    12
    Rep Power
    22
    Quote Originally Posted by Host 2ZX View Post
    Hey I was just wondering why my Latest update won't work on my 718 source that i'm using.

    In my settings.java I have this added
    Code:
    public static final String LATEST_UPDATE = "<col=7E2217>Latest update: Corporeal Beast Added!";
    How could I fix this so it would show that message in-game every time I will log onto the server?
    I don't know if your server already implemented an announcement system, but essentially upon startup you want to create a new thread to handle a timer, and you want it to push the announcement message onto all the online players.
    It's not difficult to write. Let us know if you need more help with the concept.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2013
    Posts
    248
    Thanks given
    93
    Thanks received
    38
    Rep Power
    0
    player.java under welcome to blabla add this
    getPackets().sendGameMessage(Settings.LATEST_UPDAT E);
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Sep 2013
    Posts
    68
    Thanks given
    6
    Thanks received
    0
    Rep Power
    12
    Quote Originally Posted by Engin View Post
    player.java under welcome to blabla add this
    getPackets().sendGameMessage(Settings.LATEST_UPDAT E);
    Thanks, appreciated. Worked.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 31
    Last Post: 01-14-2015, 02:49 AM
  2. Replies: 37
    Last Post: 12-14-2011, 11:10 PM
  3. Latest Update: About Racism... Look Here
    By Zee Best in forum Complaints
    Replies: 7
    Last Post: 01-17-2008, 01:19 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •