little fixes

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40255
This commit is contained in:
David Anderson 2007-01-01 18:03:43 +00:00
parent 80b75f2196
commit a46c500e68

View File

@ -144,17 +144,17 @@ native GetClientCount(bool:inGameOnly=true);
native GetClientName(client, String:name[], maxlen);
/**
* Returns the client's Ip address.
* Retrieves a client's IP address.
*
* @param client Player index.
* @param name Buffer to store the client's ip address.
* @param maxlen Maximum length of string buffer (includes NULL terminator).
* @noreturn
*/
native GetClientIp(client, String:ip[], maxlen);
native GetClientIP(client, String:ip[], maxlen);
/**
* Returns the client's authindex.
* Retrieves a client's authentication string (SteamID).
*
* @param client Player index.
* @param auth Buffer to store the client's auth string.