N3uTr0n Posted December 31, 2011 Posted December 31, 2011 { PlaySound _snd = new PlaySound(1, "enemydown", 0, 0, 0, 0, 0); Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers().values(); for (L2PcInstance onlinePlayer : pls) if (onlinePlayer.isOnline() == true) { if (onlinePlayer.getClan() != null) { if (onlinePlayer.getClan() == pk.getClan() && onlinePlayer != pk) { onlinePlayer.sendPacket(_snd); } } } got error on vlaues what to do?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now