AMX Mod X API Documentation

Signature
native register_library(const library[]);
Description

Registers the plugin as a library.

Notes
  • To mark a library as required, place the following in the include

    file:

    #pragma reqlib

    #if !defined AMXMODX_NOAUTOLOAD

    #pragma loadlib

    #endif

Parameters
  • library Library name
No return value
Назад
Верх