CreateMultiForward

Syntax

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

Usage

Parameter Description
name
Function name to call
stop_type
Treatment of the plugin return values
...
List of parameter types

Description

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

Note

  • 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

Return

Forward handle, -1 on failure