View Single Post
Old 07-20-2003, 10:10 PM   #14 (permalink)
bean56
Forum Expert
 
Join Date: Jun 2003
Location: around
Posts: 1,376
Send a message via ICQ to bean56 Send a message via AIM to bean56
Default

[code:1]public virtual bool PlayerRangeSensitive{ get{ return false; } }

public override void OnSectorDeactivate()
{
if ( PlayerRangeSensitive && m_AI != null )
m_AI.Deactivate();
[/code:1]
is that what u are talkign about making to true cause mines been on false and ive been fine although i do have a p4 2.4ghz 512 ddr, and just starting server so not really any players.
bean56 is offline   Reply With Quote