[HELP] How to send sound to all the players [SOLVED]
Posted: Thu Sep 22, 2011 8:09 am
L2J Revision 4912:
L2JDP Revision 8362:
Hi im trying to send a sound message globally to all players, i can send sound like this:
But only the player who activated this hears it, is there a way to send the sound globally to all the players online? or in that area? ty!
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);