GetAdminPassword
Gets an admin's password.
native bool GetAdminPassword(AdminId id, char[] buffer = "", int maxlength = 0)Parameters
AdminId index of the admin.
char[] buffer
Optional buffer to store the admin's password.
int maxlength
Maximum size of the output name buffer.
Note: This will safely chop UTF-8 strings.
Return Value
bool True if there was a password set, false otherwise.