admins_lookup
native admins_lookup(num, AdminProp:Property, Buffer[] = "", BufferSize = 0);
| Parameter |
Description |
| num | Admin storage index |
| Property | Admin property to retrieve |
| Buffer | Buffer to copy property information to, if AdminProp_Auth
or AdminProp_Password is specified |
| BufferSize | Maximum buffer size |
Retrieves information about a dynamically stored admin.
For a list of possible props, see the AdminProp enum in amxconst.inc
Property value if AdminProp_Access or AdminProp_Flags
is requested, 0 otherwise
If an invalid storage index is specified, an error will
be thrown.