Daegaladh
Member
I've made a custom plugin that uses in_gateway_start hook, but when i try to use the error function there, it returns error 500
I've also tried this with mixed results (sometimes work, sometimes doesn't):
Thanks for your help
Code:
$this->error($LNG['customplugin_banned']);
Code:
$base = new base;
$base->error($LNG['customplugin_banned']);