CO Private Server

06/09/2006 01:51 gimpwiz#541
AHAHAHAHAHA AHAHA AHAHA AHAHA HAHAA.

I can't believe you stole my first script (that, incidentally, took all of five minutes to make).

Dumbfuck.

Anybody that types like you obviously cannot code for anything, dipshit.

By the way, it's pretty muchly java (QOscript to be precise).

Original post:
[Only registered and activated users can see links. Click Here To Register...]

So, no, he cannot make anything for you guys. Sorry.
06/09/2006 02:00 xprincex#542
i can here i will show u one of my own personal scripts i learend not to long ago this a part of one of my scripts not finsehd yet but is this want u guys need




------------------------xPrinceX's SCRIPT---------------------------------

class NPC
{
private Lua scriptPower;
private string scriptName;
private string name;

public NPC(string name, Lua lua)
{
this.name = name;
scriptName = name + ".lua";
scriptPower = lua;
scriptPower.DoFile(scriptName);
}


public string Name
{
get
{
return (string)scriptPower[name + ".name"];
}
}

public string Description
{
get
{
return (string)scriptPower[name + ".description"];
}
}
06/09/2006 02:42 gimpwiz#543
So, where did you steal that from?

Do you even know what it does? (Doubtful, but whatever).

Learn to spell, too, you lying shitfucking bastardwad, thanks!
06/09/2006 02:43 gimpwiz#544
Well, what do you know?

[Only registered and activated users can see links. Click Here To Register...]

Quote:
class NPC
{
private Lua scriptPower;
private string scriptName;
private string name;

public NPC(string name, Lua lua)
{
this.name = name;
scriptName = name + ".lua";
scriptPower = lua;
scriptPower.DoFile(scriptName);
}


public string Name
{
get
{
return (string)scriptPower[name + ".name"];
}
}

public string Description
{
get
{
return (string)scriptPower[name + ".description"];
}
}
}
06/09/2006 03:54 Xerofait#545
lmao... thats also not C#. Too bad it wasn't C#, too bad it wasn't stolen from that website, and also too bad that it doesn't impliment NPCs into this version of the server... that would be cool :D
06/09/2006 03:58 l33t_Sauce#546
Hahahaha. gimpwiz, just let the guy do what he wants. Stop being such an uptight twat and maybe help? Because you're obviously doing everything you can to be a douchebag.
06/09/2006 05:26 gimpwiz#547
Quote:
Originally posted by l33t_Sauce@Jun 9 2006, 03:58
Hahahaha. gimpwiz, just let the guy do what he wants. Stop being such an uptight twat and maybe help? Because you're obviously doing everything you can to be a douchebag.
You may have overlooked the fact that it's my shit he's stealing. Also, since when do we do anything but shun the people that steal other's code and try to pass it off as their own?

@xero - What do you mean? It's obviously stolen right from another place...
06/09/2006 06:04 l33t_Sauce#548
Then you should ask if you want to maybe team up with him and work together? Don't be so uptight, man. Also, since when does it matter that people steal code? After all, it's just a game, dude.

I have one word for you: Chill.
06/09/2006 06:07 lostsolder05#549
its like stealing another persons work its wrong to try to take credit for it
he could have said he found it
06/09/2006 06:12 l33t_Sauce#550
Ok dude, this is a game we're talking about here. It's a masturbatory activity (meaning you can do most of it without thinking). This is not the code for a major corporation's ground- breaking game. It's a private server that really shouldn't be there in the first place, considering the live version is already free. So lets just make up, shall we?
06/09/2006 09:00 t3hn00bz0r#551
People put a lot of time and effort into the code that they write. Many of us distribute it for free, but this does not mean that others can take credit for our works. In the USA, and I'm sure some other countries, writers (this includes programmers) are protected from this by default. It is wrong to take someone else's work and call it your own. If you dont believe me, take a paper off of scholar.google.com and try submitting it to a conference as your own. It was free wasn't it? The point is that we let other people use our code (for free) because we want to see the comunity grow. People redistributing the code and claiming that they wrote it in no way promotes the community.
06/09/2006 09:53 aidas2004#552
t3hn00bz0r> i approve for u... =]
I hate when ppl doing that, so Prince - i banned u from my forum ;)

Xerofait> Added to my forum Team Members & seted u as moderator + activated acc. =]
06/09/2006 12:34 leavemealone#553
Well my servers up...

Just making addons to it now thx for all the help btw
06/09/2006 12:55 Xerofait#554
gimpwiz> I didn't mean he didn't steal it I meant I wish he HADN'T, sorry for the confusion.

Adias2004> Thank you :)
06/09/2006 13:15 l33t_Sauce#555
Well, it's one thing if someone steals someone's game's source code and tries to pass it off as theirs, but that's just one page we're talking about here. But still, you've made your point (and you're a mod) so I'll shut up now.

Edit:

leavemealone> I'm gonna stick with live for a bit, but I'll try your server in a few weeks.