[Req]forcerecall

Submit your code requests, and if you are good at coding come help others with their requests.
SlammeR
Loyal fan
Posts: 219
Joined: Fri Nov 04, 2005 1:52 am
Location: Brazil

Post by SlammeR »

xmukox wrote: hmm

Code: Select all

 E:\Sources\HGServer 2.24d\Game.cpp(1786) : error C2039: 'm_bIsInsideEnemyTown' : is not a member of 'CClient'
        E:\Sources\HGServer 2.24d\Client.h(37) : see declaration of 'CClient'

Code: Select all

 HGserver.exe - 1 error(s), 0 warning(s)
that (1786) on game.cpp its

Code: Select all

 m_pClientList[iClientH]->m_bIsInsideEnemyTown = TRUE;
that (37) on Client.h is:

Code: Select all

 class CClient
  
{  <-- here

public:
how to fix it?
do step by step... if you could not do it forget c++ o.O its the MOST SIMPLE thing to fix zzz
OWNED!<br><img src='http://img50.imageshack.us/img50/1386/p ... 3vsqn2.gif' border='0' alt='user posted image' /><br><br><img src="http://hbtop50.com/button.php?u=hbuonline" alt="Helbreath Top 50 - Keepin' it real." border="0" /><br><a href='http://www.hbuonline.net' target='_blank'>Helbreath United</a>
xmukox
Member
Posts: 175
Joined: Sun Sep 11, 2005 9:53 am

Post by xmukox »

kk i fix it only change 1 code;d
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

Seems like you forgot to declare...

m_bIsInsideEnemyTown

On Client.h...

should be...

BOOL m_bIsInsideEnemyTown;
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
Post Reply