native pause(const flag[], const param1[] = "", const param2[] = "");
flag | Pause flags "a" - pause plugin "c" - search for other plugins using param1 "d" - stop plugin, making it unavailable to unpause |
param1 | Plugin filename |
param2 | Unused and ignored |
Pauses a plugin so it will not be executed until it is unpaused.
This used to be able to pause specific functions, but this functionality (along with the flags "b" and "e") has been deprecated.
If used without flag "c" this will pause the calling plugin.
1 on success, 0 otherwise
If it is attempted to use the deprecated functionality, an error is thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.