AMX Mod X API Documentation

Signature
#define PLUGIN_CONTINUE 0 /* Results returned by public functions */#define PLUGIN_HANDLED 1 /* stop other plugins */#define PLUGIN_HANDLED_MAIN 2 /* to use in client_command(), continue all plugins but stop the command */
Description

Return codes

Назад
Верх