Re: how do u remove bots? -
02-01-2004
This part
"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"
}
}
should be:
"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"
}
}
|