native register_library(const library[]);
Registers the plugin as a library.
To mark a library as required, place the following in the include file: #pragma reqlib <name> #if !defined AMXMODX_NOAUTOLOAD #pragma loadlib <name> #endif
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.