|
|

Errm. I had a similar idea a very long time ago, about instead of current rs's gameframe, (622) making a rsps with about a 1645 or something. Make it look like you walked outside. I even gathered proffesional computer programmers to help, but bailed on the idea after i realized if we all worked on it non-stop for months at a time, we'd barely get any progress. (unless you wanted to half ass it)
Now now, this kid may not be the best programmer but for you all to come here and put him down about his work is just not right. He is trying the best he can, so what if he's ripping some stuff from winterlove, didn't we all do that once? Didn't we all have to learn? Didn't we all start off with absolutely no knowledge?
For you all to act like you've never been like this is rude and ignorant. The kid is trying his hardest to learn and so far he's progressing pretty well, I'm sure most of you weren't doing stuff like this when you were 12. And for that Professio I give you props because I sure as hell know I couldn't have done this when I was 12.
Really, sure - this may not be the best work but he's contributing to the community, learning, and you're just putting him down, I don't see any of you releasing this, come on - give it a shot so we can all criticize you.
I agree that he came in here with a bit of an ego, but with no self confidence comes no self progression. If he came in here saying "I know I suck so this is going to be terrible, I'm not even going to waste my time with it because I know I won't be able to do it" would he have learned anything? I think not - self confidence is nothing to be ashamed of.
Good job Professio, keep trying, you won't get anywheres if you quit because somebody told you that you couldn't do anything, all you can get from doing little projects like this is experience, something everybody needs to be good at this stuff. I hope in about 6 months time I'll be seeing some great work from you.![]()
Lolol not really a bitch, just giving the kid some motivation. I'm aware of his massive ego and everything, but it doesn't mean he deserves to be treated like that.
And I had no idea there was a new rank xD Lmao I've been gone too long, I don't even know what that eagle rank means![]()
You did it wrong. That won't work, bud.Code:public static void process() { for (int i = 0; i < onlinePlayers.length; i++) { if (onlinePlayers[i] == null || !onlinePlayers[i].isActive() || onlinePlayers[i].getPlayer() == null) continue; onlinePlayers[i].preProcessing(); while(onlinePlayers[i].packetProcess()); onlinePlayers[i].postProcessing(); onlinePlayers[i].getNextPlayerMovement(); if (onlinePlayers[i].isDisconnected()) { onlinePlayers[i].destruct(); onlinePlayers[i] = null; continue; } if (onlinePlayers[i].isInitialized()) onlinePlayers[i].Update(); else onlinePlayers[i].prepareClient(); onlinePlayers[i].clearUpdateFlags(); } }
Stop fucking with, then taking the time to show off stuff you have no business modifying.
Variables != Constants, yes variables and constants are declared similarly but a constant can not be changed unless done manually, a variable can be altered at any time. Constants are declared with the 'final' keyword and always have to be initialized, variables on the other hand, do not have to be initialized when declared.
Change the description of you're Constants.java file.
| « GServer | Jhype - Alpha Release » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |