Why did you spilt your plugin in that many files, one for each command?
I've written some
AMX plugins for different bots too, and solved this problem at a different way. Instead of many commands I made ONE command, everything else goes as arguments to this command, e.g. "amx_realbot add".
This command was introduced in bot_control v0.4. But this version is broken in some ways and the fillslots function shouldn't be used.
Currently I'm developing a multibot management plugin which can handle multiple bots at the same time

.