Jump to content
  • 0

[HELP]Java methods aporia


Question

Posted

Re paidia exw 1 aporia...as paroume 1 poli mikro kai eukolo paradigma ->

  public void CustomHeroSystem()
   {
   	L2PcInstance activeChar = L2PcInstance.getClient().getActiveChar();
   	
       if (activeChar.getPvpKills() >= 5000)
       {
       	activeChar.sendMessage("You are now a server hero for beign so great fighter!");
     Announcements.getInstance().announceToAll(activeChar.getName() + "Is now a server's hero!");
       	activeChar.setHero(true); 
       }
   }

lipon...tora auto omos dimiourgoume tin method CustomHeroSystem. egw omos kserw pws oi methods den ektelounte an den tis energopoiisoume emeis grafontas stin periptosi mas:

CustomHeroSystem(); 

sti sira pou 8eloume...ala ti..? pos ginete na litourgei afou mono dilonoume tin methodo ala den tin ekteloume? :S kapios na eksigisei:

 

Gia na katalavete ti ennow:

public class Main
{
      public static void sum()
         {
               int value1=20;
               int value2=50;
               int sum=value1+value2;
        System.out.println("sum is" +sum);
         } 
      public static void main(String args[]){
    	  sum();
      }
}

to public static void sum() den ekteleite mono tou an den grapsoume emeis sto telos sum();....

HELP!

 

3 answers to this question

Recommended Posts

  • 0
Posted

Οκ την δημιουργησες οπως λες και φυσικα δεν εκτελειται απο εδω.

Καπου στον κωδικα ομως καλει την CustomHeroSystem(), δεν ειναι απο εδω αλλα απο κάποιο σημείο στον κωδικα, το πιθανοτερο στα rewards οταν γινεσαι ή εισαι Hero.

Guest
This topic is now closed to further replies.
×
×
  • Create New...