native

admins_push

Syntax

native admins_push(const AuthData[], const Password[], Access, Flags);

Description

Adds an admin to the dynamic admin storage for lookup at a later time.

Parameters

AuthData Auth information to set (can be name, IP or SteamID)
Password Password to set
Access Admin access flags
Flags Auth behavior flags

Note

For a list of possible access flags, see the ADMIN_* constants in
amxconst.inc

Note

For a list of possible auth flags, see the FLAG_* constants in
amxconst.inc

Return

This function has no return value.