mitumi Super Moderator
Number of posts : 30 Age : 31 Registration date : 2008-03-03
| Subject: Max hit command :) Wed Mar 05, 2008 12:06 pm | |
| Hey Well here u go spinx, a max hit command - Code:
-
} if (command.equalsIgnoreCase("maxhit")) { CalculateMaxHit(); sendMessage("Your max hit is "+playerMaxHit+"."); } | |
|