Thread: [718/742] Simple FC question

Results 1 to 3 of 3
  1. #1 [718/742] Simple FC question 
    Registered Member
    Join Date
    Mar 2014
    Posts
    165
    Thanks given
    24
    Thanks received
    0
    Rep Power
    10
    Hello,


    I added this in my player.java

    Code:
    		FriendChatsManager.joinChat("Help", this);
    But I want it so only new players join it once upon signup.

    Because if someone is in a clan, and relogs, he will be in the help fc, i want it so only people who logs in for the first time joins it.

    Thank you
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Jul 2013
    Posts
    1,233
    Thanks given
    1
    Thanks received
    493
    Rep Power
    0
    look where your starters message comes up. Add it in there.

    EX:
    Code:
    private final void appendStarter() {
    		if (starter == 0) {
    			Starter.appendStarter(this);
    			FriendChatsManager.joinChat("help", this);
    			FriendChatsManager.refreshChat(this);
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member
    Join Date
    May 2012
    Posts
    989
    Thanks given
    19
    Thanks received
    28
    Rep Power
    0
    add it to your startup tutorial file where u receive your items.
    Attached image
    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. [718] simple? client question
    By Presi in forum Help
    Replies: 10
    Last Post: 12-30-2013, 07:23 PM
  2. 718/742 Question/Glitch
    By Qorx in forum Help
    Replies: 7
    Last Post: 10-02-2013, 09:23 PM
  3. Quick question about 718/742
    By StayPutMan in forum Help
    Replies: 4
    Last Post: 08-08-2013, 06:56 PM
  4. [ Simple Delta Questions ]
    By 'Craig in forum Help
    Replies: 0
    Last Post: 11-10-2008, 12:46 AM
  5. Simple Graphics Question
    By GamerzScape.NightMare in forum Graphics
    Replies: 4
    Last Post: 05-17-2008, 09:07 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •