AMX Mod X API Documentation

Signature
native CreateMultiForward(const name[], stop_type, ...);
Description

Creates a global forward that will be called in all plugins.

Notes
  • For a list of valid stop types, see the ET_* constants in amxconst.inc
  • For a list of valid parameter types, see the FP_* constants in

    amxconst.inc

Parameters
  • name Function name to call
  • stop_type Treatment of the plugin return values
  • ... List of parameter types
Returns

Forward handle, -1 on failure

Назад
Верх