Allow BindIdentity and FindAdminByIdentity to take more SteamID formats for steam auth type

This commit is contained in:
Nicholas Hastings
2014-09-04 15:26:12 -07:00
parent ec46e12c50
commit 892edd9650
4 changed files with 70 additions and 7 deletions
+1 -1
View File
@@ -356,7 +356,7 @@ native GetAdminUsername(AdminId:id, String:name[], maxlength);
* @param auth Auth method to use, predefined or from RegisterAuthIdentType().
* @param ident String containing the arbitrary, unique identity.
* @return True on success, false if the auth method was not found,
* or ident was already taken.
* ident was already taken, or ident invalid for auth method.
*/
native bool:BindAdminIdentity(AdminId:id, const String:auth[], const String:ident[]);