plz some one can help me

All Helbreath Server Source Discussion here.
Post Reply
Maldo
just visiting
Posts: 5
Joined: Fri Jun 02, 2006 7:13 pm

Post by Maldo »

C:\Documents and Settings\Jorge Maldonado\Mis documentos\server\Nueva carpeta (7)\Game.cpp(57702) : error C2039: 'm_iShowDamage' : is not a member of 'CClient'
C:\Documents and Settings\Jorge Maldonado\Mis documentos\server\Nueva carpeta (7)\Client.h(36) : see declaration of 'CClient'
C:\Documents and Settings\Jorge Maldonado\Mis documentos\server\Nueva carpeta (7)\Game.cpp(57704) : error C2039: 'm_iShowDamage' : is not a member of 'CClient'
C:\Documents and Settings\Jorge Maldonado\Mis documentos\server\Nueva carpeta (7)\Client.h(36) : see declaration of 'CClient'
C:\Documents and Settings\Jorge Maldonado\Mis documentos\server\Nueva carpeta (7)\Game.cpp(57707) : error C2039: 'm_iShowDamage' : is not a member of 'CClient'
C:\Documents and Settings\Jorge Maldonado\Mis documentos\server\Nueva carpeta (7)\Client.h(36) : see declaration of 'CClient'
Error executing cl.exe.

some one can tell how i fix that?
SlammeR
Loyal fan
Posts: 219
Joined: Fri Nov 04, 2005 1:52 am
Location: Brazil

Post by SlammeR »

Maldo wrote: C:\Documents and Settings\Jorge Maldonado\Mis documentos\server\Nueva carpeta (7)\Game.cpp(57702) : error C2039: 'm_iShowDamage' : is not a member of 'CClient'
C:\Documents and Settings\Jorge Maldonado\Mis documentos\server\Nueva carpeta (7)\Client.h(36) : see declaration of 'CClient'
C:\Documents and Settings\Jorge Maldonado\Mis documentos\server\Nueva carpeta (7)\Game.cpp(57704) : error C2039: 'm_iShowDamage' : is not a member of 'CClient'
C:\Documents and Settings\Jorge Maldonado\Mis documentos\server\Nueva carpeta (7)\Client.h(36) : see declaration of 'CClient'
C:\Documents and Settings\Jorge Maldonado\Mis documentos\server\Nueva carpeta (7)\Game.cpp(57707) : error C2039: 'm_iShowDamage' : is not a member of 'CClient'
C:\Documents and Settings\Jorge Maldonado\Mis documentos\server\Nueva carpeta (7)\Client.h(36) : see declaration of 'CClient'
Error executing cl.exe.

some one can tell how i fix that?
you must declare on Client.cpp and Client.h
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>
Maldo
just visiting
Posts: 5
Joined: Fri Jun 02, 2006 7:13 pm

Post by Maldo »

can plz explain little more plz
EvilHit
Loyal fan
Posts: 356
Joined: Sun Jan 16, 2005 3:20 am

Post by EvilHit »

u have to declair m_iShowDamage in client
Jensen
Loyal fan
Posts: 300
Joined: Tue Aug 02, 2005 7:40 am
Location: Illinois, USA
Contact:

Post by Jensen »

dont help them any more, theyve made 3 posts on my source now, ive given them everything they need to do it if they know ANYTHING about programming.

a simple copy of the function start to headers, and pasting the display by the damages
-><-
EvilHit
Loyal fan
Posts: 356
Joined: Sun Jan 16, 2005 3:20 am

Post by EvilHit »

im not that great at code but i do no about errors and stuff i just no the basic of codin nothin major
Jensen
Loyal fan
Posts: 300
Joined: Tue Aug 02, 2005 7:40 am
Location: Illinois, USA
Contact:

Post by Jensen »

learn about how to declare a function, and varibles.

and just make sure its in the right class
-><-
naatten
noob
Posts: 27
Joined: Sun Jan 01, 2006 11:17 pm

Post by naatten »

just go look at the older posts.. the function adn how it works has been posted there..
Post Reply