Donator Text Change

Page 3 of 3 FirstFirst 123
Results 31 to 32 of 32
  1. #31
    TranquilityStory JarrYD is offline
    MemberRank
    Jan 2010 Join Date
    764Posts

    Re: Donator Text Change

    Quote Originally Posted by ooSnowCapxx View Post
    It's based of moople but it doesn't make sense... o:
    How does it not make sense? Which part are you referring to?

  2. #32
    Account Upgraded | Title Enabled! ooSnowCapxx is offline
    MemberRank
    Jul 2011 Join Date
    250Posts

    Re: Donator Text Change

    Quote Originally Posted by TacoBell View Post
    I'm guessing it should look something like this:

    PHP Code:
    if (!chr.isHidden()) {
                    
    chr.getMap().broadcastMessage(MaplePacketCreator.getChatText(chr.getId(), schr.isGM(), slea.readByte()));
                } else {
                    
    chr.getMap().broadcastGMMessage(MaplePacketCreator.getChatText(chr.getId(), schr.isGM(), slea.readByte()));
                }
                if (
    chr.isDonor()) {
                    
    chr.getMap().broadcastMessage(MaplePacketCreator.multiChat("[Donor]" c.getPlayer().getName(), s3));
                    
    chr.getMap().broadcastMessage(MaplePacketCreator.getChatText(c.getPlayer().getId(), sfalse1));
                }
            } 
    That is what I have in there right now, but it doesn't work.



Page 3 of 3 FirstFirst 123

Advertisement