I want to do this without using rcon.
----- Original Message ----- From: "botman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 23, 2002 2:01 PM Subject: Re: [hlcoders] Remote bots > > i wanted to add a remote bot feature to my bots which will allow clients to > > control the bots if they enter the correct password. > > but once one password as been entered in then any user can use this feature > > which is not secure. > > You're doing this the hard way. Just use "rcon" to issue "addbot" or "kick" > commands. Search for Internet sites with information on dedicated servers to > get details about rcon. You'd do something like this... > > rcon "addbot <name> <model> <skill>" > > Jeffrey "botman" Broome > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlcoders > > > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

