Signature
native admins_push(const AuthData[], const Password[], Access, Flags);
Description
Adds an admin to the dynamic admin storage for lookup at a later time.
Notes
-
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
Parameters
- AuthData — Auth information to set (can be name, IP or SteamID)
- Password — Password to set
- Access — Admin access flags
- Flags — Auth behavior flags
No return value