native admins_lookup(num, AdminProp:Property, Buffer[] = "", BufferSize = 0);
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.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.