View Single Post
Re: Who do i get the same names always
Old
  (#7)
BotUser
Member
 
Status: Offline
Posts: 39
Join Date: Jun 2004
Default Re: Who do i get the same names always - 22-06-2004

If this bugs the crap out of you, just open the file bot.cpp in Visual C++ and go to line 329. Change the line there to read

strncpy (c_name, szBotNames[name_index], 32);

and recompile the project. Voilą.
  
Reply With Quote