Jump to content
  • 0

PvP Color System [HELP]


MissP1nKStyle

Question

1 answer to this question

Recommended Posts

  • 0

if (activeChar.getPvpKills()>= 100)

{

activeChar.getAppearance.setNameColor(0xTo_code tou xromatos);

activeChar.getAppearance.setTitleColor(0xTo_code tou xromatos);

}

 

if (activeChar.getPvpKills()>= 500)

{

activeChar.getAppearance.setNameColor(0xTo_code tou xromatos);

activeChar.getAppearance.setTitleColor(0xTo_code tou xromatos);

}

 

if (activeChar.getPvpKills()>= 900)

{

activeChar.getAppearance.setNameColor(0xTo_code tou xromatos);

activeChar.getAppearance.setTitleColor(0xTo_code tou xromatos);

}

 

if (activeChar.getPvpKills()>= 100000000)

{

activeChar.getAppearance.setNameColor(0xTo_code tou xromatos);

activeChar.getAppearance.setTitleColor(0xTo_code tou xromatos);

}

 

 

Bla bla bla.

 

Enterworld.java

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...