Re: [hlcoders] Server/Client CVAR Problems

2001-12-22 Thread omega
well, you could always try: #ifdef CLIENT_DLL extern cl_enginefunc_t gEngfuncs; #endif and then theoretically you should have access to it regardless of header. im sorry if im not much help as of late, ive been slackin off and its like im going stupid or something. i know i had to do something

Re: [hlcoders] Server/Client CVAR Problems

2001-12-22 Thread Varlock
The only problem with doing that is that later on in the file I actually have to use gEngfuncs, so it doesn't know what gEngfuncs really IS. Then if I try to use gEngfuncs.pfnGetCvarFloat It chokes because it doesn't know whether gEngfuncs really has that member variable (well, function

Re: [hlcoders] Server/Client CVAR Problems

2001-12-22 Thread Biggs
I am morpheus. - Original Message - From: Varlock [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 22, 2001 1:07 PM Subject: Re: [hlcoders] Server/Client CVAR Problems The only problem with doing that is that later on in the file I actually have to use gEngfuncs,

Re: [hlcoders] Server/Client CVAR Problems

2001-12-22 Thread Nathan Taylor
qwaw? - Original Message - From: Biggs Sent: Saturday, December 22, 2001 1:31 PM To: [EMAIL PROTECTED] Subject: Re: [hlcoders] Server/Client CVAR Problems I am morpheus.- Original Message -From: "Varlock" [EMAIL PROTECTED]To: [EMAIL PROTECTED]Sent: Saturday, December 22, 2001

Re: [hlcoders] Logitech wheel in HL

2001-12-22 Thread Cortex
Yes, bind mouse3 "function"... I'll try this :) But I don't think it'll work ;( - Original Message - From: Nathan Taylor To: HLCoders Sent: Saturday, December 22, 2001 8:48 PM Subject: Re: [hlcoders] Logitech wheel in HL You want the third mouse button to

Re: [hlcoders] Logitech wheel in HL

2001-12-22 Thread Nathan Taylor
that's the way it normally works, multi button support has been around for a while, welcome to the family... - Original Message - From: Cortex Sent: Saturday, December 22, 2001 3:00 PM To: [EMAIL PROTECTED] Subject: Re: [hlcoders] Logitech wheel in HL Yes, bind mouse3 "function"...

Re: [hlcoders] Logitech mouse third button in HL (update)

2001-12-22 Thread Cortex
nop... doesn't work ;( mmm... I've made a mistake in the message subject :( The good is : Logitech mouse third button in HL - Original Message - From: Nathan Taylor To: HLCoders Sent: Saturday, December 22, 2001 8:48 PM Subject: Re: [hlcoders] Logitech wheel in

Re: [hlcoders] Logitech mouse third button in HL (update)

2001-12-22 Thread Cortex
I think the mouseware program binds "Ctrl+V" to the button... Like sidewinder profiler makes for the joysticks :( Is there any way to get around this ? - Original Message - From: Nathan Taylor To: HLCoders Sent: Saturday, December 22, 2001 9:02 PM Subject: Re:

Re: [hlcoders] Logitech mouse third button in HL (update)

2001-12-22 Thread omega
yeah, unbind ctrl+v when you go to play. aso its just mouse3 like it should be. -omegaBlackened Interactivehttp://www.nofadz.com/blackenedIRC: irc.gamesnet.net channel: #blackened-interactiveAssistant Coder, Underhive (http://www.underhive.com) - Original Message - From:

RE: [hlcoders] Logitech mouse third button in HL (update)

2001-12-22 Thread Chris Glein
My guess is you've got one of those nice happy Logitech Mouseman mice like mine - or at least one that's got a similar button setup. The button on the side is actually the fourth button. The mousewheel can be depressed, and is your third button. So you actually had four buttons all this time and

RE: [hlcoders] Logitech mouse third button in HL (update)

2001-12-22 Thread Dynerman David M
I have one of these mouses (mice?) In any case, with newer version of windows (2000, XP) it should be working. If you're using an older version (98/ME) I remember my third button not working until I installed the Logitech mouse software - fish around on their webpage. david -Original