I say that instead of :
PHP Code:
callfunc_begin_i(ArrayGetCell(temparray, 1), ArrayGetCell(temparray, 0));
callfunc_push_int(id);
callfunc_end()
You could send a single forward, so only to the wanted plugin.
PHP Code:
ExecuteForward(forward_index, return_value, id)
forward created this way :
PHP Code:
forward_index = CreateOneForward(plugin_index, callback[], FP_CELL)
__________________