Hi, I have been playing about with bots for Counter-Strike for a while, and as soon as the HL2 SDK was released I started looking at adding bots to CS-S. Much like the rest of the people here I found they haven't made it too easy for us. However I have managed to make a server plugin which creates bots that can move properly and randomly jump/shoot. The bots also have a very primitive wall detection, (3 trace lines).
Once the plugin is loaded, the command to add the bots, is
SCbot_add.
It can currently run 8 bots but it gets a bit slow then. I haven't got the bots to remove properly from the server yet, so
quit is the best way of killing them.
If it works for other people I can discuss how I got them to work, and I'll upload my project files, once I've tidied them up a bit.