RE: [hlcoders] little bug in the SDK 2.3 ?

2002-10-18 Thread Nick McLaren
Hey, that makes a whole lot of sense! Thanks Pat! =) -Nick -Original Message- From: [EMAIL PROTECTED] [mailto:hlcoders-admin;list.valvesoftware.com]On Behalf Of Pat Magnan Sent: Friday, October 18, 2002 2:23 PM To: [EMAIL PROTECTED] Subject: RE: [hlcoders] little bug in the SDK 2.3

[hlcoders] little bug in the SDK 2.3 ?

2002-10-17 Thread Cortex
Hi, I'm porting my mod to SDK 2.3. While browsing the files, I found : return !!gEngfuncs.GetPlayerUniqueID( iPlayer, playerID ); int the bool HACK_GetPlayerUniqueID (int iPlayer, char PlayerID[16]); function, in cl_dll/vgui_ScorePanel.cpp. It's weird... I think it must be a taping error, but

Re: [hlcoders] little bug in the SDK 2.3 ?

2002-10-17 Thread Cortex
Of Cortex Sent: Thursday, October 17, 2002 10:24 AM To: [EMAIL PROTECTED] Subject: [hlcoders] little bug in the SDK 2.3 ? Hi, I'm porting my mod to SDK 2.3. While browsing the files, I found : return !!gEngfuncs.GetPlayerUniqueID( iPlayer, playerID ); int the bool HACK_GetPlayerUniqueID

RE: [hlcoders] little bug in the SDK 2.3 ?

2002-10-17 Thread David Flor
PROTECTED] Subject: [hlcoders] little bug in the SDK 2.3 ? Hi, I'm porting my mod to SDK 2.3. While browsing the files, I found : return !!gEngfuncs.GetPlayerUniqueID( iPlayer, playerID ); int the bool HACK_GetPlayerUniqueID (int iPlayer, char PlayerID[16]); function, in cl_dll/vgui_ScorePanel.cpp

RE: [hlcoders] little bug in the SDK 2.3 ?

2002-10-17 Thread Nick McLaren
12:43 PM To: '[EMAIL PROTECTED]' Subject: RE: [hlcoders] little bug in the SDK 2.3 ? valve use '!!' a few times in the sdk so it's probably deliberate. -Original Message- From: Cortex [mailto:cort;meloo.com] Sent: 17 October 2002 16:51 To: [EMAIL PROTECTED] Subject: Re: [hlcoders] little

RE: [hlcoders] little bug in the SDK 2.3 ?

2002-10-17 Thread Mark Gornall
valve use '!!' a few times in the sdk so it's probably deliberate. -Original Message- From: Cortex [mailto:cort;meloo.com] Sent: 17 October 2002 16:51 To: [EMAIL PROTECTED] Subject: Re: [hlcoders] little bug in the SDK 2.3 ? Oh yes, it could be a good explanation. But, why wouldn't

RE: [hlcoders] little bug in the SDK 2.3 ?

2002-10-17 Thread Mazor
] On Behalf Of Mark Gornall Sent: Thursday, October 17, 2002 11:43 AM To: '[EMAIL PROTECTED]' Subject: RE: [hlcoders] little bug in the SDK 2.3 ? valve use '!!' a few times in the sdk so it's probably deliberate. -Original Message- From: Cortex [mailto:cort;meloo.com] Sent: 17 October 2002 16