AMX Mod X API Documentation

Signature
forward plugin_end();
Description

Called just before server deactivation and subsequent unloading of the

plugin.

Notes
  • The plugin is required to manually free Handles it has acquired, such

    as those from dynamic data structures. Failing to do that will result

    in the plugin and AMXX leaking memory.

No return value
Назад
Верх