native unpause(const flag[], const param1[] = "", const param2[] = "");
flag | Pause flags "a" - pause plugin "c" - search for other plugins using param1 |
param1 | Plugin filename |
param2 | Unused and ignored |
Unpauses a plugin so it will resume execution if it was previously paused.
This used to be able to unpause specific functions, but this functionality (along with the flags "b" and "e") has been deprecated.
Without specifying flag "c" this function will do nothing, as a plugin is incapable of unpausing itself. This is a relict of the deprecated functionality.
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.