AMX Mod X API Documentation

Signature
forward inconsistent_file(id, const filename[], reason[64]);
Description

Called when an inconsistent file is encountered by the engine.

Parameters
  • id Client index
  • filename Detected file
  • reason Buffer storing the disconnect reason (can be overwritten)
Returns

PLUGIN_CONTINUE to let the engine kick the client

PLUGIN_HANDLED to block the inconsistency kick

Назад
Верх