s = "" + c[4] + c[5] + c[2] + c[3] + c[0] + c[1];
if(mOption.price(player, Config.SERVICES_CHANGE_TITLE_COLOR_ITEM, Config.SERVICES_CHANGE_TITLE_COLOR_PRICE))
{
player.setVar("titlecolor", Integer.toHexString(Integer.decode("0x" + s)));
player.setTitleColor(Integer.decode("0x" + s));
player.broadcastUserInfo(true);
}
}
public static void OnPlayerEnter(int objectId)
{