Thread: Waypointing
View Single Post
Re: Waypointing
Old
  (#56)
dub
Member
 
dub's Avatar
 
Status: Offline
Posts: 89
Join Date: Aug 2004
Location: UK
Default Re: Waypointing - 21-01-2005

Ghoul hopefully found the problem (definitely the SZ_GetSpace: Tried to write to an uninitialized sizebuf_t: ??? error) & nice work with the bot.

Code:
     respawn_time = gpGlobals->time + 0.5;  // set next respawn time
should be

Code:
     respawn_time = gpGlobals->time + 2.0;  // set next respawn time
If this doesn`t fix the major bug add a some logging functions to your bot, I managed to find the podbot_mm num for edict bug with a little log helper
enjoy
Dubb .


Dubb`s Coding Cave WiP - YeGods - Free Image hosting
4u-servers.co.uk : YeGods Gin Palace II - Refloated - 195.20.108.30:27025

Last edited by dub; 21-01-2005 at 06:23..
  
Reply With Quote