added note about putinserver and steamids

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401387
This commit is contained in:
David Anderson 2007-08-29 00:28:19 +00:00
parent 6bb7b3a1f8
commit 08ae85bdb3

View File

@ -58,6 +58,9 @@ forward bool:OnClientConnect(client, String:rejectmsg[], maxlen);
/**
* Called when a client is entering to the game.
*
* @note Whether a client has a steamid is undefined until OnClientAuthorized
* is called, which may occur either before or after OnClientPutInServer.
*
* @param client Client index.
* @noreturn
*/