From 08ae85bdb3ce25ef796259d17ad0d2a845fef3fa Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 29 Aug 2007 00:28:19 +0000 Subject: [PATCH] added note about putinserver and steamids --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401387 --- plugins/include/clients.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/include/clients.inc b/plugins/include/clients.inc index 5a86f645..390aede4 100644 --- a/plugins/include/clients.inc +++ b/plugins/include/clients.inc @@ -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 */