I need some info on this function.
Questions:
1. need info on the parameters
2. I want to create a forward that hooks to an event in a plugin (eg. DeathMsg) (example??)
3. According to question 3 (if possible) would it cost less resources?
Code:
/**
* creates a multi-plugin forward.
* results will be > 0 for success
*/
native CreateMultiForward(const name[], stop_type, ...);
Code:
#define ET_IGNORE 0 //ignore return val
#define ET_STOP 1 //stop on PLUGIN_HANDLED
#define ET_STOP2 2 //same, except return biggest
#define ET_CONTINUE 3 //no stop, return biggest
#define FP_CELL 0
#define FP_FLOAT 1
#define FP_STRING 2
#define FP_ARRAY 4
__________________
HDD fried, failed to backup files. Sorry folks, just don't have free time anymore. This is goodbye.