[Release]New command

Newbie Spellweaver
Joined
Nov 24, 2008
Messages
8
Reaction score
0
Sorry if this tread was posted before..I didn't saw it... So here the new command it is : @game5 it does show you top 5 highest player level in game...Here is it :
} else if (splitted[0].equals("@game5")) {
ResultSet rs = game5();
try {
mc.dropMessage("Overall Top 5");
while (rs.next()) {
mc.dropMessage("Player : " + rs.getString("name") + " | Levels :" + rs.getInt("level"));
}
} catch (Exception ex) {
}
c.getPlayer().saveToDB(true);
place it above
} else if (splitted[0].equals("!blackcrow")) {
I would take no credits... =D I didn't leech it from any body..I made it my own... =D but if it is not release before i think i will take credits....
 
why would i place it over ....?
Code:
} else if (splitted[0].equals("!blackcrow")) {

i'll place it over !pianus



btw it's a good release :wink:
 
Because he wants to ^_________^, I still remember myself shoving savetodb everywhere just incase of rollbacks.. rofl awesome days.
 
Back