View Single Post
Re: Multiple metamod bot plugins...
Old
  (#3)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: Multiple metamod bot plugins... - 26-01-2004

You need to ensure everywhere that each time your bot code notices an entity with the FL_FAKECLIENT (or FL_THIRDPARTYBOT) flag it does NOT automatically assume it's one of its bots. The best for this is to keep track of who's your bot and who's not internally (i.e, not using FL_ flags at all).

You also need to ensure that your bot DLL features UNIQUE server commands and CVARs, that are not likely to be the same with other bots. For example, in my bot, I have got rid of all the CVARs, and everything passes through the "racc" server command. Also, all my config files are in the racc directory.



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote