RE: [hlcoders] Entity's think functions stopping?!

2003-09-17 Thread Cale 'Mazor' Dunlap
17, 2003 8:30 AM To: [EMAIL PROTECTED] Subject: Re: [hlcoders] Entity's think functions stopping?! Sniper wrote: You should always EXPORT think functions. I thought that Address not found message was just for fun ;) When I forgot that EXPORT last week, it worked anyway, but I remeber a case when

RE: [hlcoders] Entity's think functions stopping?!

2003-09-17 Thread Cale 'Mazor' Dunlap
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rockefeller Sent: Wednesday, September 17, 2003 8:30 AM To: [EMAIL PROTECTED] Subject: Re: [hlcoders] Entity's think functions stopping?! Sniper wrote: You should always EXPORT think functions. I thought

RE: [hlcoders] Entity's think functions stopping?!

2003-09-17 Thread Tony \omega\ Sergi
:[EMAIL PROTECTED] On Behalf Of Cale 'Mazor' Dunlap Sent: September 17, 2003 4:14 PM To: [EMAIL PROTECTED] Subject: RE: [hlcoders] Entity's think functions stopping?! Alright, I tried the SetThink call in the think itself, nothing happened... same result. What is happening is the objects think

RE: [hlcoders] Entity's think functions stopping?!

2003-09-17 Thread Cale 'Mazor' Dunlap
Hmm, never thought of the parent class... I'll look into it. Thanx -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony omega Sergi Sent: Wednesday, September 17, 2003 3:28 PM To: [EMAIL PROTECTED] Subject: RE: [hlcoders] Entity's think functions stopping

[hlcoders] Entity's think functions stopping?!

2003-09-16 Thread Cale 'Mazor' Dunlap
This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] Once again, here at Firearms, we feel that creating the most botched up code is our number one priority. thus we have some really weird bugs. Currently, the worst bug holding us back from releasing

Re: [hlcoders] Entity's think functions stopping?!

2003-09-16 Thread Sniper
PM Subject: [hlcoders] Entity's think functions stopping?! This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] Once again, here at Firearms, we feel that creating the most botched up code is our number one priority. thus we have some really weird

RE: [hlcoders] Entity's think functions stopping?!

2003-09-16 Thread Cale 'Mazor' Dunlap
: [hlcoders] Entity's think functions stopping?! I've never had this problem. Is pev-nextthink = gpGlobals-time + 1.0 called at the end?... Perhaps you have a return some place higher up in the function? Sniper - Original Message - From: Cale 'Mazor' Dunlap [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: [hlcoders] Entity's think functions stopping?!

2003-09-16 Thread Cortex
Try to put a SetThink at the end of the function, perhaps your think function calls another function that does a SetThink (0)... Just a thought :) Hope this helps. =- Michaƫl Cortex Monerau -= http://www.hlalbator.fr.st Cale 'Mazor' Dunlap wrote: This is a multi-part message in MIME format.