yuxel1919 Posted March 5, 2011 Posted March 5, 2011 hello, Help I need a code ??? in gs i wrote this _Guard = Guard.getInstance(); if (!_Guard.isInitialized()) { throw new Exception("Guard:Wrong key"); } (If this true the gameserver will run ) gameserver/guard.java here I need your help please help means so: Here I need to write code like that: will check (see) if there is such a key (12345) in key.java then the it will be true and gamesrver get true and will run gameserver/key.java example: 12345 1111 and so with me thanks Quote
Question
yuxel1919
hello,
Help I need a code ???
in gs i wrote this
_Guard = Guard.getInstance();
if (!_Guard.isInitialized())
{
throw new Exception("Guard:Wrong key");
}
(If this true the gameserver will run )
gameserver/guard.java
here I need your help please help means so:
Here I need to write code like that:
will check (see) if there is such a key (12345) in key.java then the it will be true and gamesrver get true and will run
gameserver/key.java
example:
12345
1111
and so
with me thanks
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.