Re: [hlcoders] specating bug and rounds not ending

2008-12-24 Thread Yorg Kuijs
alright here's how it continues after counting players: if ( iRounds 0 ) { if( IsTeamplay() == true ) { if ( combinecountertotal= 1 rebelcountertotal= 1 combinecounter = 1 rebelcounter = 0 ) { GoToIntermission2();

[hlcoders] Hud elements / specgui Z ordering

2008-12-24 Thread Maarten De Meyer
Hi list! I think last year I swore it'd be my last christmas developing on Source. Har har, how time flies. I guess I'll add it to my list of recurring new year resolutions. I'm trying to have some of my hud elements render before ( before in z space, not in render order ) my specgui. I first

[hlcoders] Linux binary runtime error

2008-12-24 Thread Andrew Watkins
Ok, so I've finally built a linux binary for my mod, and I've managed to fix several undefined symbol errors that come up when I try to run a dedicated server (locally) using it. But this last one has me stumped, while all the rest have shown up in my mod's server_i486.so, having corrected all of