PDA

View Full Version : Can't remove bots?


Ioka
10-01-2004, 08:18
Hello. I installed RealBot, but I seem to be having a problem with removing bots while in a local game. Is it just me or does this feature not even work? Thanks in advance.

Ioka

-=RAV=-AdrianShephard
10-01-2004, 08:22
Ioka
we need more info
what version realbot? 1.0? wip?

What map
dedicated server or listen?

version of cs?

what commands are u trying to use?

Ioka
10-01-2004, 08:41
Sorry, I should have been more specific -- I'm using version 1.0 of RealBot, running on a non-dedicated local server on de_dust, using the Steam powered Counter-Strike 1.6.

I'm just trying to use the context menu (the one that comes up when you hit H), and the Remove Bots section of the menu is not working. The section expands to Quick remove bot, and Remove a bot, but neither of them seem to do anything when you click on them. I think you'll have some idea of what I'm talking about but if you still do not then I can show you a screenshot. Thanks

Ioka

Fiber_Optic
10-01-2004, 12:26
Edit the commandmenu.txt in the cstrike directory.

You should see that:

"2" "REMOVE BOTS"
{
"1" "Quick remove bot" "rb_remove 1"
"2" "Remove bot"
{
"1" "Remove a terrorist" "rb_remove 1 1"
"2" "Remove a counter-terrorist" "rb_remove 1 2"
}
}

And replace by:

"2" "REMOVE BOTS"
{
"1" "Quick remove bot" "rb_removebot 1"
"2" "Remove bot"
{
"1" "Remove a terrorist" "rb_removebot 1 1"
"2" "Remove a counter-terrorist" "rb_removebot 1 2"
}
}