[hlcoders] GCC 4.3 and the SDK

2008-06-10 Thread Nephyrin Zey
platform.h contains #include this is deprecated in GCC 4.3, you have to use #include Otherwise you will get an explosion of compile errors. http://gcc.gnu.org/gcc-4.3/porting_to.html - Neph ___ To unsubscribe, edit your list preferences, or view th

Re: [hlcoders] Generating events from an orangebox server plugin

2008-05-22 Thread Nephyrin Zey
t;> plugin, firing it at the server level might just not do anything with the >> clients. >> >> Keeper >> >> -Original Message- >> From: Nephyrin Zey [mailto:[EMAIL PROTECTED] >> Sent: Thursday, May 22, 2008 8:39 AM >> To: Discussion of Half-Life

Re: [hlcoders] Generating events from an orangebox server plugin

2008-05-22 Thread Nephyrin Zey
name to change. > > Keeper > -Original Message- > From: Nephyrin Zey [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 22, 2008 5:53 AM > To: Discussion of Half-Life Programming > Subject: [hlcoders] Generating events from an orangebox server plugin > > Hey all, I&#

[hlcoders] Generating events from an orangebox server plugin

2008-05-22 Thread Nephyrin Zey
Hey all, I'm trying to generate events from within a tf2 server plugin, but am having no luck. The code: IGameEvent *event = gameeventmanager->CreateEvent("player_changename"); if (event) { event->SetInt("userid", pi->GetUserID()); event->Se

Re: [hlcoders] Truncated/Shortened A2S_INFO for TF2

2008-05-07 Thread Nephyrin Zey
What other servers are doing this? I believe ukcs.net is running a old version of a plugin that fudges with A2S_INFO that's likely breaking it. The short answer is just treat these servers as invalid. I know my server is suppressing some SourceTV values from A2S_INFO to fix that old SourceTV port