Creates a console command as an administrative command. If the command does not exist, it is created. When this command is invoked, the access rights of the player are automatically checked before allowing it to continue.
Admin commands are case sensitive from both the client and server.
void RegAdminCmd(const char[] cmd, ConCmd callback, int adminflags, const char[] description, const char[] group, int flags)
String containing command to register.
A function to use as a callback for when the command is invoked.
Administrative flags (bitstring) to use for permissions.
Optional description to use for help.
String containing the command group to use. If empty, the plugin's filename will be used instead.
Optional console flags.
Command name is the same as an existing convar.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.