View Single Post
knc
New Member
Join Date: Apr 2009
Location: in front of monitor
Old 02-23-2013 , 07:05   Re: HLDS 2013 Bug CSDM.!
Reply With Quote #23

I tried to fix that but no success after many hours.
Current status is that my server starts with no error but after player dies server crashes.

Code:
#define CSPLAYER_ROUNDRESPAWN            "_ZN11CBasePlayer12RoundRespawnEv"
#define CSPLAYER_RESTARTROUND            "_ZN18CHalfLifeMultiplay12RestartRoundEv"
#define CSPLAYER_TAKEDAMAGE              "_ZN11CBasePlayer10TakeDamageEP9entvars_sS1_fi"
#define CSGAME_PLAYERKILLED              "_ZN18CHalfLifeMultiplay12PlayerKilledEP11CBasePlayerP9entvars_sS3_"
#define CSPLAYER_RESTARTROUND_END        0x78A
compiled with gcc-4.6 on Ubuntu

maybe someone more skilled should help?
__________________
.

Last edited by knc; 02-23-2013 at 07:11. Reason: [code]
knc is offline