I got the bots to spawn too and went searching through the SDK looking for a playermove function. I found an Interface that can be used: IGameMovement.
The only problem is that the function: ProcessMovement( .. ) uses CBasePlayer as one of it's arguments.
I will continue searching through the SDK

.