RemoveTempEntHook
Removes a temp entity hook.
native void RemoveTempEntHook(const char[] te_name, TEHook hook)Parameters
const char[] te_name
TE name to unhook.
Function used for the hook.
Return Value
voidError
Temp Entity name not available or invalid function hook.