Jump to content
  • 0

[Help]Thelw ligo help me ta lvl


Question

5 answers to this question

Recommended Posts

  • 0
Posted

file na kitaksis ligo to java code

handler/admincommandhandlers/AdminLevel.java

1)________________________________________________

		StringTokenizer st = new StringTokenizer(command, " ");
	String cmd = st.nextToken(); // get command
	if (cmd.equals("admin_addlevel") || cmd.equals("admin_setlevel") || cmd.equals("admin_remlevel"))
	{

2)________________________________________________

	private static final String[][] ADMIN_COMMANDS = { { "admin_remlevel", // remove level amount from your target
		"Remove amount of levels from your target (player or pet).", "Usage: addlevel <num>", "Options:", "num - amount of levels to add/remove", }, { "admin_addlevel", // add a level amount to your target
		"Add a level amount to your target (player or pet).", "Usage: addlevel <num>", "Options:", "num - amount of levels to add/remove", }, { "admin_setlevel", // set level of your target
		"Set level of your target (player or pet).", "Usage: setlevel <num>", "Options:", "num - level to set", } };

__________________________________________________

mipos kati ekanes edo.....

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...