This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
It does not seem bots are being flagged as bots when you add em..

In hl2mp_client.cpp

in FinishClientPutInServer()
{

CBasePlayer *pBot = (CTR_Player *) pPlayer;
if ( pBot == NULL )
return;
if ( pBot->IsBot() )
{
pPlayer->ChangeTeam( TEAM_GREEN );
}
// if it is a bot don't bring up the motd.
if ( pBot->IsBot() )
return;
}

If a add a bot and step threw the above it is saying it is not a bot.
eg: FL_FAKECLIENT flag is not set.
Is that flag not set when they first join the server?

return;
r00t 3:16
CQC Gaming
www.cqc-gaming.com
--


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to