AMX Mod X API Documentation

Signature
native register_plugin(const plugin_name[], const version[], const author[]);
Description

Sets informations about the calling plugin.

Parameters
  • plugin_name Name of the plugin
  • version Version of the plugin
  • author Author of the plugin
Returns

Plugin id of the calling plugin

Назад
Верх