GetPassword
Gets an admin's password.
native bool GetPassword(char[] buffer = "", int maxlength = 0)
Parameters
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.