plugin_natives
Core (amxmodx.inc)
Description
plugin_natives - Called when register_native can be used.
Syntax
plugin_natives ( )
Type
Forward
Notes
This forward is called immediately after the plugin is initialized in memory, much like the deprecated plugin_modules was.

It is safe to use only register_native and register_library here.