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ą.
|