

Nerdix
Member-
Content count
13 -
Joined
-
Last visited
About Nerdix
-
Rank
Bronze Member
-
You have done so many new updates to the server now. you all have to come and check it out!
-
[quote name='OP411']one players? maybe hes lying lol check if hes muted banned or anything inside the clan files[/QUOTE] One player right that can't speak in clan chat. Never said how many players
-
[quote name='Hope']Although you don't quite learn anything from using it, downloading Eclipse IDE or any other IDE in that matter would greatly help your situation. Not understanding the concept of compiler error prints or a common bracket error makes us assume that you don't have any interest to actually learn the language, but rather to get help/people to do it for you. You have to meet us half way on this. :) Try researching the use of brackets and scopes in Java.[/QUOTE] Well, Im pretty new to coding. But I do wanna learn Im studying for computer science(first year) Here is those things that I have added. [url]http://prntscr.com/55s1ae[/url] [url]http://prntscr.com/55s1xh[/url] [url]http://prntscr.com/55s29i[/url]
-
Do I have to replace all this? with that? public static String findcachedir() { String as[] = {"User.home"}; if(storeid < 32 || storeid > 34) storeid = 32; String s = "acheron.cache"; for(int i = 0; i < as.length; i++) try { String s1 = as[i]; if(s1.length() > 0) { File file = new File(s1); if(!file.exists()) continue; } File file1 = new File(s1 + s); if(file1.exists() || file1.mkdir()) return s1 + s + "/"; } catch(Exception _ex) { } return null; }
-
I have a server hosted from my computer. And my friends is using mac and X as OS How can I make the client so they can play from it? Can anyone try to help me out? I need to figure this out asap