native admins_push(const AuthData[], const Password[], Access, Flags);
| AuthData | Auth information to set (can be name, IP or SteamID) |
| Password | Password to set |
| Access | Admin access flags |
| Flags | Auth behavior flags |
Adds an admin to the dynamic admin storage for lookup at a later time.
For a list of possible access flags, see the ADMIN_* constants in amxconst.inc
For a list of possible auth flags, see the FLAG_* constants in amxconst.inc
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.