Willkommen ~Gast!
Registrieren || Einloggen || Hilfe/FAQ || Staff
Probleme mit der Registrierung im Forum? Melde dich unter registerEin Bild.
Autor Beitrag
000
16.03.2002, 19:07
Zip Drive



Hi!
Ich habe ein dickes Problem!
Ich bin in sachen Coding ein absoluter Neuling und weiss noch nicht viel
darum dieses Topic!
Ich würde auch gerne irgenwie z.B. HUD Farben ändern und so aber ich kann die Client.dll nicht
erstellen!
Ich kriege immer diese Errors (OK jetzt kommt ne längere Text passage aber nur falls jemand
mal dass selbe Problem hatte und mir vielleicht helfen kann!)

--------------------Configuration: cl_dll - Win32 Debug--------------------
Compiling...
ev_hldm.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
hl_events.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
hl_objects.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
ammo.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\ammo.cpp(352) : error C2039: 'm_bMenuDisplayed' : is not a member of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(546) : see declaration of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\ammo.cpp(740) : error C2039: 'm_bCanCancelMenu' : is not a member of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(546) : see declaration of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\ammo.cpp(742) : error C2039: 'm_bMenuDisplayed' : is not a member of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(546) : see declaration of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\ammo.cpp(746) : error C2039: 'm_bMenuDisplayed' : is not a member of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(546) : see declaration of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\ammo.cpp(748) : error C2039: 'm_iFlags' : is not a member of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(546) : see declaration of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\ammo.cpp(749) : error C2039: 'm_bCanCancelMenu' : is not a member of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(546) : see declaration of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\ammo.cpp(768) : error C2039: 'm_bMenuDisplayed' : is not a member of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(546) : see declaration of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\ammo.cpp(815) : error C2039: 'm_bMenuDisplayed' : is not a member of 'CNewMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(546) : see declaration of 'CNewMenu'
ammo_secondary.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
ammohistory.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
battery.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
cdll_int.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
com_weapons.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
death.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
demo.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
entity.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
ev_common.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
events.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
flashlight.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
geiger.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
health.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
hud.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
hud_msg.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
hud_redraw.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
hud_servers.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
hud_update.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
in_camera.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
input.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
inputw32.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
menu.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
message.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
saytext.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
status_icons.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
statusbar.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
text_message.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
train.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
tri.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
util.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
vgui_ClassMenu.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2501: 'm_bCanCancelMenu' : missing storage-class or type specifiers
vgui_ConsolePanel.cpp
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2146: syntax error : missing ';' before identifier 'm_bMenuDisplayed'
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(562) : error C2501: 'm_bMenuDisplayed' : missing storage-class or type specifiers
c:\games\half-life\sdk\sourcecode\cl_dll\hud.h(563) : error C2146: syntax error : missing ';' before identifier 'm_bCanCancelMenu'
usw. usw.
Ich weiss nicht was los ist!
Das ist auch direkt nach der Neuinstallation von SDK 2.1 Standart so und ich weiss nicht warum!
Könnt ihr mir Helfen???

--

-[Don't forget, Blood is red!]- | -[ http://www.zip-drive.de ]- | -[ Against TCPA! ]- | -[ 3d Supply Greatest Gamershop! ]-

zum Seitenanfang zum Seitenende Profil || Suche
001
16.03.2002, 19:23
Tron



LERN C++

--

'KEINE PANIK' - aus der Triologie in fuenf Baenden von Douglas Adams

'FÜR DEINN FERD' - aus 'Gevatter Tod' von Terry Pratchett

zum Seitenanfang zum Seitenende Profil || Suche
002
16.03.2002, 19:27
Zip Drive



HÖH HÖH!
Lustig das hätt ich jetzt auch gekonnt!

Mir ist übrigens noch aufgefallen, das in der hud.h im Header
noch includes mit drin sind, die im Ordern cl_dll garnicht vorhanden sind!

Wäre es schlauer sich mal irgendwie ein neues SDK (2.2?) runterzuladen?
Und dann sogar ein FULL SDK?

Was meint ihr!

--

-[Don't forget, Blood is red!]- | -[ http://www.zip-drive.de ]- | -[ Against TCPA! ]- | -[ 3d Supply Greatest Gamershop! ]-

zum Seitenanfang zum Seitenende Profil || Suche
003
16.03.2002, 19:33
Tron



Zitat:
aus deiner webseite:
Die DLL hab ich ehrlich gesagt geklaut!
Weil ich selbst kein C++ programmieren kann,
weil die sehr bekannte (und teure) firma Microsoft ein Programm names Visual Basic C++
das man zum Programmieren braucht, für den stolzen Preis:249,-DM (unverb. Preis empfehlung) verkauft!
Darum habe ich mir gedacht, ich leihe mir die DLL gezwungener maßen (über längere Zeit...).

1. LERN C++
2. das heisst Visual C++, nix basic
3. es gibt eine autorenversion fuer fast umme

--

'KEINE PANIK' - aus der Triologie in fuenf Baenden von Douglas Adams

'FÜR DEINN FERD' - aus 'Gevatter Tod' von Terry Pratchett

zum Seitenanfang zum Seitenende Profil || Suche
004
16.03.2002, 19:41
Zip Drive



Ja ich hab jetzt ja auch MSVC++ 6.0 sagte ich auch schon!(Woher kennste meine Homepage??? ;P)
Und ich hab auch schon einige sachen Programmiert!
Wie z.B. Das der Bildschirm Rot wird bei Hits und so und nen Flammenwerfer hab ich auch schon OK alles mit Copy
und Paste aber dafür dass ich erst seid Gestern dabei bin schon nicht Schlecht finde ich!
Und weil ich wie auf meiner Homepage schon gesagt die DLL geklaut habe möchte ich halt kein Unfairer DLL Dieb
sein und mein Projekt selber mit ner DLL versorgen!

Und mich hat halt nur gewundert warum das mit der client.dll nicht hinhaut!
Weil im FAQ steht ja auch wie man das vorm ersten Buld einstellt und so hab ichs gemacht (ohne vorher irgendwelche
*.ccp oder *.h dateien nur geöffnet zu haben!)
Und trotzdem immer ERROR,ERROR,ERROR!

Dass darf wenn Standart SDK 2.1 neu Installiert ist doch eigentlich gar nicht sein oder???

Und dass war meine Frage mehr nicht!

--

-[Don't forget, Blood is red!]- | -[ http://www.zip-drive.de ]- | -[ Against TCPA! ]- | -[ 3d Supply Greatest Gamershop! ]-

zum Seitenanfang zum Seitenende Profil || Suche
005
16.03.2002, 19:45
Tron



auf copy&paste brauchste dir 0 (in worten: NULL) einbilden, das kann jeder
seit gestern? LOL
lern erstmal richtig c++, dann kannst dich am hl-sdk zu schaffen machen

btw: deine homepage finden? kein problem... du hast ne email-adresse im profil

--

'KEINE PANIK' - aus der Triologie in fuenf Baenden von Douglas Adams

'FÜR DEINN FERD' - aus 'Gevatter Tod' von Terry Pratchett

zum Seitenanfang zum Seitenende Profil || Suche
006
16.03.2002, 19:53
Zip Drive



Achso daher aber das ist meine Neue Domain!
www.scimass.de (kurz form von "Scientist Massacre")
meine eigentliche (alte) worauf auch der Info button gelinkt ist, istdie Domain:
www.zip-drive.de
Da gibst auch links zu Bloodpatches und so!

Und das Copy&Paste jeder kann das weiss ich auch!
Bloß so will ich versuchen Langsam mehr und mehr C++ zu verstehen!

Schließlich ist es ga nicht so einfach ein MOD alleine auf die Beine zu stellen!
Einschließlich Mapping und Coding!

Also ich versuche zu Lernen was ich kann!

Und nun sag mir doch einfach mal (Bitte ohne zu sagen "LERN C++"!!)
ob du auch Probleme mit der client.dll Build prozedur hast/hattest!!!

Mehr wollte ich von dir/den usern da draußen nicht wissen weil Komisch ist dass schon!

Das das von Anfang an nicht Funzt!

--

-[Don't forget, Blood is red!]- | -[ http://www.zip-drive.de ]- | -[ Against TCPA! ]- | -[ 3d Supply Greatest Gamershop! ]-

zum Seitenanfang zum Seitenende Profil || Suche
007
16.03.2002, 20:03
Tron



LERN C++
mehr gibt's zu dem fehler-log nicht zu sagen.

--

'KEINE PANIK' - aus der Triologie in fuenf Baenden von Douglas Adams

'FÜR DEINN FERD' - aus 'Gevatter Tod' von Terry Pratchett

zum Seitenanfang zum Seitenende Profil || Suche
008
16.03.2002, 20:10
Zip Drive



Du bist sowas von LUSTIG! >:(

Ich hab noch keine Ahnung von C++ dass geb ich zu!

Aber die LOG-File sagt doch wohl aus, dass mit dem SDK irgendwas nicht stimmt!
ICH HAB JA NOCH GAR NICHTS DRAN VERÄNDERT!

Aber laut FAQ müsste MSVC++6.0 die client.dll
beim ersten Build durchlauf erstellen ohne Errors!

Aber das ist nicht der Fall!

Ich will keine oberschlauen Kommentare lesen wie:"LERN C++" oder sowas!

Also nerv mich nicht damit!
OK?

So also ich will jetzt nur wissen ob mein SDK 2.1 im Arsch ist und ich mir eine Neue
version runterladen sollte/muss oder was sonst los ist! (Und BITTE KEINE SCHLAUEN SPRÜCHE!!!)

--

-[Don't forget, Blood is red!]- | -[ http://www.zip-drive.de ]- | -[ Against TCPA! ]- | -[ 3d Supply Greatest Gamershop! ]-

zum Seitenanfang zum Seitenende Profil || Suche
009
16.03.2002, 20:15
Exec



lern c++

***edit***
komm tron, das bild :)

--

"selbermachen rockt am meisten :D" - -LeJean-


Dieser Beitrag wurde am 16.03.2002 um 20:16 von da_EXE bearbeitet.
zum Seitenanfang zum Seitenende Profil || Suche
010
16.03.2002, 20:19
Zip Drive



Dieses Board ist echt zum Kotzen ich denke hier soll einem Geholfen werden!
Aber nein hier sind nur son paar oberschlaue Klugscheißer!!!

Naja...

--

-[Don't forget, Blood is red!]- | -[ http://www.zip-drive.de ]- | -[ Against TCPA! ]- | -[ 3d Supply Greatest Gamershop! ]-

zum Seitenanfang zum Seitenende Profil || Suche
011
16.03.2002, 20:27
Exec



jo, gibs mir!

"syntax error : missing ';' before identifier 'm_bMenuDisplayed'" wenn du nur ein bisschen englisch könntest, dann würdest du das verstehen, also nerv nich! thewall is ein service, kein recht!

--

"selbermachen rockt am meisten :D" - -LeJean-

zum Seitenanfang zum Seitenende Profil || Suche
012
16.03.2002, 20:30
Archangel



ne, is nich wahr oder ?

vergiss hlsdk, kauf dir ein gutes C++ Buch, schau ob du das hlsdk verstehst, wenn ja, kannst du dich dadran versuchen, aber die vorraussetzung für hlcoding is c++ zu beherrschen

--

Mar 01 01:10:13 <voice> jo
Mar 01 01:10:40 <voice> bis dann ^^
Mar 01 01:11:20 <Archangel> jo
**** ENDING LOGGING AT Tue Mar 1 01:58:13 2005

zum Seitenanfang zum Seitenende Profil || Suche
013
16.03.2002, 20:39
Zip Drive



Sorry aber ich kann English!

So und was dass Bedeutet werde ich wohl schon noch hinkriegen!

Aber worum es mir die ganze Zeit geht und was ich die ganze Zeit wissen will ist:
Warum fehlen diese ;'s???

Wenn das SDK neu installiert ist dann darf dass doch eigentlich nicht sein oder??
Na was sagt ihr dazu?
Darf dass sein...???
Nein!
Ich werde mir nachher das FULL SDK 2.2 und nochmal von vorne anfangen!

So und nochmal an Tron Copy&Paste ist immer noch besser als garnichts!
Ich will nicht umbedingt wissen wie du angefangen hast mit verschiedenen
Funktionen zu experimentieren!
Du hast bestimmt auch nicht gleich so lange auf die Tasten gekloppt bis
eine neue Waffe oder ein neues Monster dabei rausgekommen ist, oder?

Also ich versuch wenigstens ein wenig zu Lernen und irgendwann kann ichs!
Ist nur ne Frage der Zeit!

Trotzdem vielen Dank für eure Mühe! (auch wenn sie am Anfang genervt hat [LERN C++,LERN C++,LERN C++...!])

--

-[Don't forget, Blood is red!]- | -[ http://www.zip-drive.de ]- | -[ Against TCPA! ]- | -[ 3d Supply Greatest Gamershop! ]-

zum Seitenanfang zum Seitenende Profil || Suche
014
16.03.2002, 20:41
Zip Drive



Vielen dank für den Tip Archangel!!!

So seht ihr alle dieses Post von Archangel???

So versucht man einem C++ Neuling auf Freundliche art und weise zu Helfen!!!

Nochmals vielen Dank Archangel!

--

-[Don't forget, Blood is red!]- | -[ http://www.zip-drive.de ]- | -[ Against TCPA! ]- | -[ 3d Supply Greatest Gamershop! ]-

zum Seitenanfang zum Seitenende Profil || Suche
015
16.03.2002, 20:44
Archangel



seh ich anders, C&P _ist_ garnix..
jeder kann etwas kopieren und woanders einfügen, es sei denn, du bildest dir was darauf ein, zu kopiren, einfügen, msvc zu starten, hlsdk downloaden, in msvc zu laden und da die richtige stelle zu finden..

und tron hat sicher C++ gelernt, indem er ein Buch gelesen hat, aber das willst du ja wohl nicht, willst wahrscheinlich gleich ergebnisse sehen und nicht so "langweilige, schwarze textfenster".. und theorie verabscheust du wahrscheinlich auch ?

und englisch nicht zu können ist eine schlechte vorraussetzung fürs coden

--

Mar 01 01:10:13 <voice> jo
Mar 01 01:10:40 <voice> bis dann ^^
Mar 01 01:11:20 <Archangel> jo
**** ENDING LOGGING AT Tue Mar 1 01:58:13 2005

zum Seitenanfang zum Seitenende Profil || Suche
016
16.03.2002, 21:04
Jotzet



man man man...lese eben mal die fehler!!
Da steht sogar in welcher datei und zeile!! Dann musste nur schauen wo so ein teil fehlern könnte, und füge es ein! ! !
Wenns nicht fehlt irgendwo ein "}" oder "{", die fehler hatte ich auch schon.
Und warum fragst du uns ob du das SDK neu installieren solltest? Warum machste es net einfach, ist doch wohl die einfachste lösung oder?
Wenns nicht klappt haste pech gehabt..:)

Ich wollte dich mit dem post nicht beleidigen oder fertig machen, sondern helfen, ich weiss wie das ist, obwohl sie anderen eigentlich schon bissle recht haben,..naja, ich habe auch klein angefangen, und kann immer noch kein eigenes größeres Programm coden..das dauert eben bis man C++ kann..und die meisten scheitern daran weil sie keine geduld haben...blablala.
Ein tipp, wenn wirklich ne MOD machen willst, würde ich keine Copy&Paste tuts empfehlen, da lernste so gut wie NIX!!
Nehm lieba die anderen, wo alles beschrieben wird, ansonste bringt dir das NULL..

--

- Herr der Ringe Multiplayer-Mod => www.middlewars.de.vu
- German Tactical Group Clanpage => www.gtg-csclan.de
...mfg Jotzet

zum Seitenanfang zum Seitenende Profil || Suche
017
16.03.2002, 22:24
TotalerAnfaenger



lol und mir wirft man einen schlechten Umgangston mit Neulingen vor ...

--

...!

zum Seitenanfang zum Seitenende Profil || Suche
018
17.03.2002, 01:37
Rockefeller



Wenn du noch nie programmiert hast, ist das HL SDK definitiv die falsche Stelle, um anzufangen.

Was du als Anfänger brauchst, ist ein kleines, übersichtliches Projekt. Jetzt, nach ungefähr 1,5 Jahren kann ich sagen, dass ich so ziemlich alles vom HL SDK verstanden habe, und dass ich weiss, wo ich was ändern muss damit es funzt. Und ich habe vorher schon ca. 5 Jahre programmiert.

Und nun überleg mal, wie es dir wohl ergehen wird. Ich wag garnicht dran zu denken. Auch wenn wir hier euch anschnauzen, wenn ihr Programmieren mit dem HL SDK lernen wollt, dann werdet ihr bestimmt keine Programmierer, wenn ihr euch nicht schnell ein anderes Projekt sucht. Denn bei dem Frust, den ihr haben werdet, seid ihr spätestens in 2 Monaten wieder weg vom Programmieren.
Programmieren kann Spass machen, nur nicht mit diesem Start, und davor versuchen wir euch zu bewahren.

--


Dieser Beitrag wurde am 17.03.2002 um 01:38 von Rockefeller bearbeitet.
zum Seitenanfang zum Seitenende Profil || Suche
019
17.03.2002, 12:08
Jotzet



recht haste...

--

- Herr der Ringe Multiplayer-Mod => www.middlewars.de.vu
- German Tactical Group Clanpage => www.gtg-csclan.de
...mfg Jotzet

zum Seitenanfang zum Seitenende Profil || Suche