Old 05-22-2010, 03:21 AM   #1 (permalink)
Junior Member
 
Join Date: May 2010
Posts: 0
Reputation: 10
Default Looking for C++ Coder

I'm looking for a coder, Well who can code In C++, It is pretty baisc (Not sure how basic)

But it is close.


I'm creating a game called Ruthless Aggression (Based off of Endless-Online;
That is now dead)

I'm known around, I'm the client creator. I've done most of the programming, But I don't know enough.


I need somone who can make new commands for me.

The toughness of this coding this type of c++ here is an example:

Quote:
(command.length() >= 5 && command.compare(0,5,"title") == 0 && arguments.size() >= 1 && static_cast<std::string>(this->server->world->player_config["Title"]) == "true")
{
std::string ntitle;
std::transform(arguments[0].begin(), arguments[0].end(), arguments[0].begin(), static_cast<int(*)(int)>(std::tolower));
for (int i = 0; i < static_cast<int>(arguments.size()); i++)
{
if (ntitle == "")
{
ntitle = arguments[i];
}
else
{
ntitle += " " + arguments[i];
}
}
if (ntitle.length() > 19)
{
ntitle = ntitle.substr(0, 19);
}
this->player->character->title = ntitle;
}
That is a player command when you type "#title(your message)" It gives you a title.
If you are interested in helping, Please contact me via MSN

devildude1990@live.com
Thank you
~Hoboman1122-FakeID
Hoboman1122 is offline   Reply With Quote
Old 05-23-2010, 05:29 AM   #2 (permalink)
Retired Staff
 
shadowsworn's Avatar
 
Join Date: May 2006
Posts: 9,130
Reputation: 246
Default

oh hey, if you go waaay down the main forum page, you'll see that we have several sections specifically designed for game designers and coders. I'm sure if you look around there, you'll find what you need.

:]
shadowsworn is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:36 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0
OnRPG, Copyright ©2003-2011, Game Entertainment Enterprises