added steamid auth functions

added better bot detection
added gameframe hook for timer
renamed more playermanager stuff

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40454
This commit is contained in:
David Anderson
2007-02-07 08:44:48 +00:00
parent 085264e837
commit 03fd3139c5
9 changed files with 225 additions and 54 deletions
+9
View File
@@ -136,6 +136,15 @@ forward OnClientCommand(client);
*/
forward OnClientSettingsChanged(client);
/**
* Called when a client receives a Steam ID.
* @note This is called by bots, but the ID will be "BOT"
*
* @param client Player index.
* @param auth Player auth string.
*/
forward OnClientAuthorized(client, const String:auth[]);
/**
* Returns the maximum number of clients allowed on the server.
*