Thread: Heeelp Pleeaseee?!?

Results 1 to 2 of 2
  1. #1 Heeelp Pleeaseee?!? 
    Registered Member
    Join Date
    Nov 2013
    Posts
    85
    Thanks given
    4
    Thanks received
    0
    Rep Power
    8
    Hi guys I need help, ive searched everywhere and I cannot seem to get the solution.

    When i logout of my RSPS and log back in the same chat is there from the previous login on the chatbox, when i close jar and then log back in then everything clears.. how do i make it so that when i logout and back in the chatbox log clears and starts fresh??
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Oct 2011
    Posts
    87
    Thanks given
    0
    Thanks received
    4
    Rep Power
    11
    Try this, this should loop through the last 100 messages and "null" them.
    First find:

    Code:
    if(k == 2)
    Then put this code in the scope of the if statement (under the previous code).

    Code:
    for(int j1 = 0; j1 < 100; j1++) {
    	chatMessages[j1] = null;
    }

    Spoiler for Supports:
    None ATM
    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. Heeelp, 317
    By tnc ninja in forum Help
    Replies: 2
    Last Post: 02-25-2014, 07:53 AM
  2. Heeelp!!
    By Aleyasu in forum Chat
    Replies: 5
    Last Post: 05-22-2012, 01:14 AM
  3. Heeelp me!!!!
    By C.T in forum Help
    Replies: 0
    Last Post: 03-19-2009, 10:52 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
  •