L2JDP Revision 8362:
Hi im trying to send a sound message globally to all players, i can send sound like this:
Code: Select all
PlaySound _snd1 = new PlaySound(1, "sound", 0, 0, 0, 0, 0); sendPacket(_snd1);
Code: Select all
PlaySound _snd1 = new PlaySound(1, "sound", 0, 0, 0, 0, 0); sendPacket(_snd1);
Code: Select all
broadcastPacket(new PlaySound(1, "sound", 0, 0, 0, 0, 0));