GetClientSerial does not have @error documentation
Native "GetClientSerial" reported: Client index 0 is invalid
This commit is contained in:
parent
c81e1865e0
commit
11253eae1c
@ -301,8 +301,8 @@ native bool:GetClientIP(client, String:ip[], maxlen, bool:remport=true);
|
|||||||
* @param client Player index.
|
* @param client Player index.
|
||||||
* @param auth Buffer to store the client's auth string.
|
* @param auth Buffer to store the client's auth string.
|
||||||
* @param maxlen Maximum length of string buffer (includes NULL terminator).
|
* @param maxlen Maximum length of string buffer (includes NULL terminator).
|
||||||
* @param validate Check backend validation status.
|
* @param validate Check backend validation status.
|
||||||
* DO NOT PASS FALSE UNLESS YOU UNDERSTAND THE CONSEQUENCES,
|
* DO NOT PASS FALSE UNLESS YOU UNDERSTAND THE CONSEQUENCES,
|
||||||
* You WILL KNOW if you need to use this, MOST WILL NOT.
|
* You WILL KNOW if you need to use this, MOST WILL NOT.
|
||||||
* @return True on success, false otherwise.
|
* @return True on success, false otherwise.
|
||||||
* @error If the client is not connected or the index is invalid.
|
* @error If the client is not connected or the index is invalid.
|
||||||
@ -821,6 +821,7 @@ native ChangeClientTeam(client, team);
|
|||||||
*
|
*
|
||||||
* @param client Client index.
|
* @param client Client index.
|
||||||
* @return Serial number.
|
* @return Serial number.
|
||||||
|
* @error Invalid client index, or client not connected.
|
||||||
*/
|
*/
|
||||||
native GetClientSerial(client);
|
native GetClientSerial(client);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user