switch(quakeSystem) {
case 4:
Announcements.getInstance().announceToAll("" + this.getName()+ " is Dominating!");
break;
case 6:
Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Rampage!");
break;
case 8:
Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Killing Spree!");
break;
case 10:
Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Monster Kill!");
break;
case 12:
Announcements.getInstance().announceToAll("" + this.getName()+ " is Unstoppable!");
break;
case 14:
Announcements.getInstance().announceToAll("" + this.getName()+ " is on an Ultra Kill!");
break;
case 16:
Announcements.getInstance().announceToAll("" + this.getName()+ " is Godlike");
break;
case 18:
Announcements.getInstance().announceToAll("" + this.getName()+ " is Wicked Sick!");
break;
case 20:
Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Ludricrous Kill!");
break;
case 24:
Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Holy Shit!");
default:
;
}
i searched for it and there was no answers about this reques...i want the alternative one...when a player has a killing spree and a enemy kills him, then an announce appears saying: player x stoped player's y (killig spree,monster kill,wicked sick etc.) with x kills... pls share the java code ty :)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hi. I have an issue with the interface — I want to remove the autoshot option from the interface and leave only the standard functionality.
Make the red work like the green so it's easier to understand.
he options could be removed via .dat, but I want to keep the window — just with the normal manual activation function
Where to look for this symbol in the launch file LoginServer.bat or in the database file? Maybe someone can throw off their server that was actually launched. Or a file to register the server. I downloaded the server and inserted the MSQL password everywhere. I don't understand the rest. Help please.
GameServer.
I apologize, I managed to launch it without errors. I moved the server from the desktop to the root of the C drive and it launched without errors. Thank you very much. If anyone has the RegisterGameServer.bat file, I would be very grateful.
Question
dios
Here is the main code PvP Quake system:
i searched for it and there was no answers about this reques...i want the alternative one...when a player has a killing spree and a enemy kills him, then an announce appears saying: player x stoped player's y (killig spree,monster kill,wicked sick etc.) with x kills... pls share the java code ty :)
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.