Thread: Private message [PI]

Results 1 to 3 of 3
  1. #1 Private message [PI] 
    Registered Member Rojeh's Avatar
    Join Date
    Jun 2012
    Posts
    353
    Thanks given
    7
    Thanks received
    20
    Rep Power
    75
    Hello ,

    I got issue in the private message...
    It works fine for regular members but when staff member PM someone
    The message sent twice...

    • If it been done before you can do it too!
    • We're all humans, built from the same resources by different layouts and schemes.
    • Nobody is perfect, everyone has their own defects and disabilities.
    • Choose to be kind, not because you have to but because you understand how it feels to be treated bad.
    • Be against racism regardless of how you were raised because nobody loves feeling odd and not belonging.
      If any of the above inspires you make sure to pass it on
    Reply With Quote  
     

  2. #2  
    Registered Member Rojeh's Avatar
    Join Date
    Jun 2012
    Posts
    353
    Thanks given
    7
    Thanks received
    20
    Rep Power
    75
    -Problem solved-

    Its client-sided at client.java

    Replace your case 196 with this :
    case 196:
    long l5 = inStream.readQWord();
    int j18 = inStream.readDWord();
    int l21 = inStream.readUnsignedByte();
    boolean flag5 = false;
    if(l21 <= 1) {
    for(int l29 = 0; l29 < ignoreCount; l29++) {
    if(ignoreListAsLongs[l29] != l5)
    continue;
    flag5 = true;

    }
    }
    if(!flag5 && anInt1251 == 0)
    try {
    String s9 = TextInput.method525(pktSize - 13, inStream);
    //if(l21 != 3)
    //s9 = Censor.doCensor(s9);
    if(l21 == 2 || l21 == 3)
    pushMessage(s9, 7, "@cr2@" + TextClass.fixName(TextClass.nameForLong(l5)));
    else
    if(l21 == 1)
    pushMessage(s9, 7, "@cr1@" + TextClass.fixName(TextClass.nameForLong(l5)));
    else
    pushMessage(s9, 3, TextClass.fixName(TextClass.nameForLong(l5)));
    } catch(Exception exception1) {
    signlink.reporterror("cde1");
    }
    pktType = -1;
    return true;
    • If it been done before you can do it too!
    • We're all humans, built from the same resources by different layouts and schemes.
    • Nobody is perfect, everyone has their own defects and disabilities.
    • Choose to be kind, not because you have to but because you understand how it feels to be treated bad.
    • Be against racism regardless of how you were raised because nobody loves feeling odd and not belonging.
      If any of the above inspires you make sure to pass it on
    Reply With Quote  
     

  3. #3  
    Donator
    insanee's Avatar
    Join Date
    Oct 2012
    Posts
    120
    Thanks given
    12
    Thanks received
    4
    Rep Power
    11
    I can fix it for you, message me
    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. Crowns in Private Messages PI
    By 1Day2Die in forum Help
    Replies: 4
    Last Post: 12-03-2012, 05:35 PM
  2. [PI] Private Message's..
    By Sir Lethal in forum Help
    Replies: 4
    Last Post: 03-22-2011, 11:17 PM
  3. [PI] Private Messaging
    By Smakt in forum Help
    Replies: 5
    Last Post: 12-16-2010, 10:03 PM
  4. [PI] Private messaging
    By Virtual in forum Help
    Replies: 2
    Last Post: 11-17-2010, 06:11 PM
  5. [PI] Private Messaging
    By Harambe_ in forum Help
    Replies: 2
    Last Post: 09-04-2010, 02:36 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
  •