Jump to content

monkDS89

Members
  • Posts

    6
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by monkDS89

  1. Thx for the help addy, but when i put the code and try to compile i have this error  :'(

    [javac] C:\workspace\L2Jserver\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5818: cannot find symbol
        [javac] symbol  : constructor PlaySound(int,java.lang.String)
        [javac] location: class com.l2jserver.gameserver.network.serverpackets.PlaySound
        [javac]         		 this.sendPacket(new PlaySound(1,"Dominating"));
        [javac]         		                 ^
        [javac] 1 error
    
    BUILD FAILED

     

  2. Just convert your sounds in ogg format, copy in /music and     

                PlaySound _ps = new PlaySound(1,"YourName");
                activeChar.sendPacket(_ps);
                activeChar.broadcastPacket(_ps);
    

     

    Sory for my ignorance but after what line go this code??

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock