Announcements.getInstance().announceToAll("Welcome To The Server!!");
Earthquake eq = new Earthquake(player.getX(), player.getY(), player.getZ(), 14, 3);
Broadcast.toAllOnlinePlayers(eq);
Added: a brand-new default dashboard template.
You can now add multiple game/login server builds.
Full support for running both PTS & L2J servers simultaneously, with switching between them.
Payment systems: added OmegaPay and Pally (new PayPal-style API).
Account history now stores everything: donations, items delivered to characters, referrals, transfers between game accounts, and coin transfers to another master account.
Personal Promo Code System: you can create a promo code and assign it to a user or promoter. When donating, a player can enter this promo code to receive bonus coins, and the promo code owner also receives a bonus — all fully configurable in the admin panel.
Look demo site: demo
MoMoProxy has updated more static residential proxies for USA location, anyone interested in can view: https://momoproxy.com/static-residential-proxies
Question
Urbanhack
hello again guys.. i need 1more thing..
i Need a Earthquake after an Announce
for example
welcome to the server + earthquake
here is the code:
Announcements.getInstance().announceToAll("Welcome To The Server!!"); Earthquake eq = new Earthquake(player.getX(), player.getY(), player.getZ(), 14, 3); Broadcast.toAllOnlinePlayers(eq);The Problem Is The "player" variable
because doesn't exist into the code
i Try With
but i get error.
can someone helpme?
ty again
5 answers to this question
Recommended Posts