Hello all MxC Member, i start to develop my old pack (base l2jfrozen) and i update my autovotereward system. Hopzone and Topzone works perfect but L2Network no
I have a problem on a vote count server starts without error announce says "L2Network vote count 0" for some reason no error.
Here is the getvote method:
Quote
/**
* Get the votes of NETWORK
* @return
*/
public static int getVotesNetwork()
{
try
{
URLConnection con = new URL(Config.VOTE_MANAGER_L2NETWORK_LINK).openConnection();
We are certainly not an ambulance, but we will definitely cure you of blacklists and empty pockets. Live freely with SX!
Each of you will receive a trial version of SX to familiarize yourself with the product, all you have to do is post in this thread
Question
xSlark
Hello all MxC Member, i start to develop my old pack (base l2jfrozen) and i update my autovotereward system. Hopzone and Topzone works perfect but L2Network no
I have a problem on a vote count server starts without error announce says "L2Network vote count 0" for some reason no error.
Here is the getvote method:
Edited by xSlark2 answers to this question
Recommended Posts