C++ Game.cpp

Discussion about Helbreath Server Files.
Post Reply
matova
noob
Posts: 10
Joined: Wed Jan 21, 2004 10:57 am

Post by matova »

--------------------Configuration: Game - Win32 Debug--------------------
Compiling...
Game.cpp
C:\down\2.24b\2.24b Sources\Game.cpp(1107) : warning C4101: 'dwTime' : unreferenced local variable
C:\down\2.24b\2.24b Sources\Game.cpp(2109) : warning C4305: '=' : truncation from 'const int' to 'char'
C:\down\2.24b\2.24b Sources\Game.cpp(2109) : warning C4309: '=' : truncation of constant value
C:\down\2.24b\2.24b Sources\Game.cpp(8844) : warning C4305: '=' : truncation from 'const int' to 'short'
C:\down\2.24b\2.24b Sources\Game.cpp(8844) : warning C4309: '=' : truncation of constant value
C:\down\2.24b\2.24b Sources\Game.cpp(37395) : error C2001: newline in constant
C:\down\2.24b\2.24b Sources\Game.cpp(37396) : error C2143: syntax error : missing ')' before '}'
C:\down\2.24b\2.24b Sources\Game.cpp(37396) : error C2143: syntax error : missing ';' before '}'
Error executing cl.exe.

Game.exe - 3 error(s), 5 warning(s) :ph34r:

?????
bigchief
Loyal fan
Posts: 289
Joined: Sat Feb 28, 2004 12:45 pm
Location: In Chicks Rooms/Dorms Or Passed Out On The Floor
Contact:

Post by bigchief »

double click where it says error
then paste that code here
and welll sort it out
Just remember if you shake it more then 3 times your playing with it.
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

open the game.ccp with note pad

C:\down\2.24b\2.24b Sources\Game.cpp(37395) : error C2001: newline in constant
C:\down\2.24b\2.24b Sources\Game.cpp(37396) : error C2143: syntax error : missing ')' before '}'
C:\down\2.24b\2.24b Sources\Game.cpp(37396) : error C2143: syntax error : missing ';' before '}'

those are the erros then just go to their lines

at notepad CTRL + G and paste their respective lines

lines = bold
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>
cocho
Loyal fan
Posts: 363
Joined: Sat Jan 24, 2004 10:33 pm
Location: Caracas - Venezuela
Contact:

Post by cocho »

this should be in the
Helbreath Server Source
Discussion on coding the Helbreath Server.
section, anyone move it there so if someone searching for that, they wont find in server source section :rolleyes:
Post Reply