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();
What's shit here it's whatever's inside your head, desperately trying to twist an answer that's already been given. Thus I upgrade my previous description of you from moron to complete moron. Congratulations.
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