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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user