ThrowNativeError Function

Throws an error in the calling plugin of a native, instead of your own plugin.

int ThrowNativeError(int error, const char[] fmt, any... ...)

Parameters

int error

Error code to use.

const char[] fmt

Error message format.

any... ...

Format arguments.

Return Value

No description.

Errors

Always!