Can We All Work On A Code

All Helbreath Server Source Discussion here.
Post Reply
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

hey can we make a code . or just plz can we egt a basic code to work off of. ty
<img src='http://lifeplaysu420.com/unknow/nightsign.png' border='0' alt='user posted image' /><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Wanna make money for surfing the net sing up at <br><a href='http://www.cashfiesta.com/php/join.php? ... yprivitera' target='_blank'>cash fiesta</a><br>its all free hey why ntot make money while fucking around on the computer<br><br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dax
&lt;3 bd long time
Posts: 785
Joined: Mon Apr 18, 2005 3:19 pm

Post by Dax »

juggalo2 wrote: hey can we make a code . or just plz can we egt a basic code to work off of. ty

Code: Select all

int main()
{
return 0;
}
There's your basic code, now work off it.
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
James!
Member
Posts: 134
Joined: Sat Jan 01, 2005 12:09 am

Post by James! »

Dax wrote:
juggalo2 wrote: hey can we make a code . or just plz can we egt a basic code to work off of. ty

Code: Select all

int main()
{
return 0;
}
There's your basic code, now work off it.
great code :P
<img src='http://img.photobucket.com/albums/v482/ ... ingFan.jpg' border='0' alt='user posted image' /><br><a href='http://www.hbdreams.com.ar' target='_blank'><b>- Helbreath Dream Team -</a></b><br><a href='http://www.dreamforums.com.ar/top50' target='_blank'><b>- Dream Top 50 Owner Admin -</a></b><br>- <b>Contacto Por Mail</b> : <a href='mailto:james@dreamforums.com.ar'>james@dreamforums.com.ar</a>
Jaap
Loyal fan
Posts: 390
Joined: Thu Apr 22, 2004 8:21 am

Post by Jaap »

Dax wrote:

Code: Select all

#include <windows.h>

void LoadMap(void);

int main(void) {
  LoadMap();
  return 0;
}

void LoadMap() {
}
Update
by Jaap 12/12/05
XsX
Regular
Posts: 32
Joined: Sat May 15, 2004 8:53 pm

Post by XsX »

Jaap wrote:
Dax wrote:

Code: Select all

#include <windows.h>

void LoadMap(void);

int main(void) {
  LoadMap();
  return 0;
}

void LoadMap() {
}
Update
by Jaap 12/12/05
#include <windows.h>

void LoadMap(void);

int main(void) {
LoadMap();
return 0;
}

void LoadMap() {
}

void Gay()
{
if (gay == puto) //spanish
if (puto)
yes;
else; <<<<<(?)
no;
}

void Gay2(int isgay)
}
int i;
switch(isgay) {
case 1:
if (m_pClientlist->bastard[1])
break;
case 2:
if (m_pClientlist->bastard2[2])
break;
}
return TRUE;
}


Update :S:S:S:S:S
Jaap
Loyal fan
Posts: 390
Joined: Thu Apr 22, 2004 8:21 am

Post by Jaap »

XsX wrote:

Code: Select all

#include <windows.h>
#include <stdio.h>

void LoadMap(void);
void Gay(void);
void Gay2(int);

int main(void) {
  LoadMap();
  return 0;
}

void LoadMap() {
 char * pContents;
 HANDLE hFile;
 DWORD  dwFileSize;
  hFile = CreateFile("somemap.amd", GENERIC_READ, NULL, NULL, OPEN_EXISTING, NULL, NULL);
  if (hFile == INVALID_HANDLE_VALUE) return;
  dwFileSize = GetFileSize(hFile, NULL);
  CloseHandle(hFile);
  pContents = new char[dwFileSize+1];
  ZeroMemory(pContents, dwFileSize+1);
}

void Gay() {
  bool yes, no;
  if (gay == puto) //spanish
    if (puto) {
      yes = true;
    } else { //; <<<<<(?)
      no = true;
    }
}

void Gay2(int isgay) {
  register int i;
  switch (isgay) {
     case 1:
     //if (m_pClientlist[i]->bastard[1])
     break;
     case 2:
    // if (m_pClientlist[i]->bastard2[2])
     break;
   }
  return 1;
}
Fixed some compiler errors
Update By Jaap
12/12/05
XsX
Regular
Posts: 32
Joined: Sat May 15, 2004 8:53 pm

Post by XsX »

Jaap wrote:
XsX wrote:

Code: Select all

#include <windows.h>
#include <stdio.h>

void LoadMap(void);
void Gay(void);
void Gay2(int);

int main(void) {
  LoadMap();
  return 0;
}

void LoadMap() {
 char * pContents;
 HANDLE hFile;
 DWORD  dwFileSize;
  hFile = CreateFile("somemap.amd", GENERIC_READ, NULL, NULL, OPEN_EXISTING, NULL, NULL);
  if (hFile == INVALID_HANDLE_VALUE) return;
  dwFileSize = GetFileSize(hFile, NULL);
  CloseHandle(hFile);
  pContents = new char[dwFileSize+1];
  ZeroMemory(pContents, dwFileSize+1);
}

void Gay() {
  bool yes, no;
  if (gay == puto) //spanish
    if (puto) {
      yes = true;
    } else { //; <<<<<(?)
      no = true;
    }
}

void Gay2(int isgay) {
  register int i;
  switch (isgay) {
     case 1:
     //if (m_pClientlist[i]->bastard[1])
     break;
     case 2:
    // if (m_pClientlist[i]->bastard2[2])
     break;
   }
  return 1;
}
Fixed some compiler errors
Update By Jaap
12/12/05
i am write this code fast :P Jaap ouY era .yag
Cleroth
Loyal fan
Posts: 416
Joined: Wed Jun 16, 2004 7:08 pm

Post by Cleroth »

XsX wrote: #include <windows.h>

void LoadMap(void);

int main(void) {
  LoadMap();
  return 0;
}

void LoadMap() {
}

void Gay()
{
if (gay == puto) //spanish
if (puto)
    yes;
else; <<<<<(?)
no;
}

void Gay2(int isgay)
}
int i;
switch(isgay) {
    case 1:
    if (m_pClientlist->bastard[1])
break;
    case 2:
    if (m_pClientlist->bastard2[2])
break;
}
return TRUE;
}
   

Update :S:S:S:S:S

Good work.
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
Post Reply