How To Get Apocalyse Working

All Helbreath Server Source Discussion here.
molo
Member
Posts: 140
Joined: Mon Jan 17, 2005 1:19 am

Post by molo »

Ice-T wrote:
RageIlluminati wrote:
molo wrote: i do read but i dont know Fukcking C++ Dum ass

so i just wont u to tell me were to put that stupid Code !!!!
IT IS NOT C++, read it again dumbass
THANK YOU
than were do i put iT dumass :P
Ice-T
Loyal fan
Posts: 262
Joined: Sat Oct 18, 2003 8:51 am
Location: nowere

Post by Ice-T »

rofl he still doesnt understand
<img src='http://www.prism.gatech.edu/~gtg818f/basesig.gif' border='0' alt='user posted image' /><br><img src='http://img228.imageshack.us/img228/439/steam1tf.gif' border='0' alt='user posted image' />
blackfury
noob
Posts: 29
Joined: Wed Oct 27, 2004 9:13 pm

Post by blackfury »

that's not C++, he was joking....
molo
Member
Posts: 140
Joined: Mon Jan 17, 2005 1:19 am

Post by molo »

Ice-T wrote: rofl he still doesnt understand
lol i dont need to understand...

i have your HGserver so... u know what happen than right ?

i was just playing around...
morbid
Regular
Posts: 69
Joined: Fri Jul 30, 2004 4:28 pm

Post by morbid »

Code: Select all

/*void CGame::GlobalStartApocalypseMode(int iClientH, char *pData, DWORD dwMsgSize)
{
 char * cp, cData[120], cBuff[256];
 DWORD * dwp, dwApocalypseGUID;
 SYSTEMTIME SysTime;

	if (m_pClientList[iClientH]->m_iAdminUserLevel < 3) {
  SendNotifyMsg(NULL, iClientH, DEF_NOTIFY_ADMINUSERLEVELLOW, NULL, NULL, NULL, NULL);
	}
	if (m_bIsApocalypseMode == TRUE) return;
	if (m_bIsHeldenianMode == TRUE) return;
	if (m_bIsCrusadeMode == TRUE) return;
	if (dwMsgSize != NULL) && (pData != NULL) {
  m_bIsApocalypseGateOpen = TRUE;
  GetLocalTime(&SysTime);
  ZeroMemory(cBuff, sizeof(cBuff));
  SafeCopy(cBuff, pData, dwMsgSize);

  pStrTok = new class CStrTok(cBuff, seps);
  token = pStrTok->pGet();
  token = pStrTok->pGet();
  if (token != NULL) {
  	var_124 = atoi(token);
  	m_dwApocalypseStartHour = SysTime.wHour;
  	m_dwApocalypseStartMinute = SysTime.wMinute;
  }
  else {
  	return;
  }
	}
	sub_4AD0E0();
	wsprintf(cTemp, "(%s) GM Order(%s): beginapocalypse", m_pClientList[iClientH]->m_cIPaddress, m_pClientList[iClientH]->m_cCharName);
	bSendMsgToLS(MSGID_GAMEMASTERLOG, iClientH, FALSE, cTemp);
	delete pStrTok;
}*/
Ice-T
Loyal fan
Posts: 262
Joined: Sat Oct 18, 2003 8:51 am
Location: nowere

Post by Ice-T »

lol that code it to read from the sceudal file
<img src='http://www.prism.gatech.edu/~gtg818f/basesig.gif' border='0' alt='user posted image' /><br><img src='http://img228.imageshack.us/img228/439/steam1tf.gif' border='0' alt='user posted image' />
Primeval
Regular
Posts: 42
Joined: Sun Jul 25, 2004 12:21 am

Post by Primeval »

molo wrote:
Ice-T wrote: rofl he still doesnt understand
lol i dont need to understand...

i have your HGserver so... u know what happen than right ?

i was just playing around...
Smartest person.....ever....
I will fight. <br>I will fight for you. <br>I will fight for me. <br>I will fight for us. <br>I will fight for the defenseless.<br>I will fight our enemy.<br>I will fight to better my enemy's life.<br>So that one day, I will fight no longer.<br><br>Primeval (PFC) - Currently stationed in Iraq.<br><br><img src='http://i153.photobucket.com/albums/s238 ... sig1ql.gif' border='0' alt='user posted image' />
Post Reply