If anybody need this, there is a way to display a "BOT" tag for bot ping, instead of empty field in Counter-Strike 1.6 scoreboard, like Official Counter-Strike Bot does.
All you needed is add:
PHP Code:
SET_CLIENT_KEYVALUE (iClientIndex, pszBuffer, "*bot", "1");
into your bot creation code.
