SA-MP Forums Archive
Error: Function not registered: 'DCC_FindChannelById' - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Error: Function not registered: 'DCC_FindChannelById' (/showthread.php?tid=665286)



Error: Function not registered: 'DCC_FindChannelById' - Lirbo - 29.03.2019

Code:
[07:18:50]    Error: Function not registered: 'DCC_FindChannelById'
[07:18:50]    Error: Function not registered: 'DCC_SendChannelMessage'
Why would this happen?
Nothing of these are missing:
1. server.cfg contains discord-connector.so in the "plugins" line (yes, before nativechecker.so)
2. #include <discord-connector> appears in the in the includes.
3. I have dropped the LICENSE file and the log-core at the server folder.
4. I tried rebooting the samp-server run file but it keeps getting me these errors when I try to run the server.

Thanks in advance, you'll be getting rep.


Re: Error: Function not registered: 'DCC_FindChannelById' - Lirbo - 29.03.2019

Quote:
Originally Posted by Y_Less
View Post
You probably have a mismatch between your discord include and plugin. Make sure they are the same version and thus contain the same functions.
I have double checked, replaced all of the discord-connector files (plugin, include, LICENSE and log-core) and recompiled the script, unfortunately, I keep getting this problem.


Re: Error: Function not registered: 'DCC_FindChannelById' - solstice_ - 29.03.2019

Do you have something called dcc in your script?


Re: Error: Function not registered: 'DCC_FindChannelById' - rentacar247 - 29.03.2019

404 error code
wedding car rental Islamabad


Re: Error: Function not registered: 'DCC_FindChannelById' - Lirbo - 29.03.2019

Quote:
Originally Posted by willbedie
View Post
Do you have something called dcc in your script?
no, I know it but I didn't use it yet, until I manage to fix my discord connector.


Re: Error: Function not registered: 'DCC_FindChannelById' - Lirbo - 30.03.2019

bump


Re: Error: Function not registered: 'DCC_FindChannelById' - Exhibit - 30.03.2019

Make sure you start pawno from the folder where your includes folder containing the discord-connector include is.


Re: Error: Function not registered: 'DCC_FindChannelById' - Lirbo - 01.04.2019

Quote:
Originally Posted by Exhibit
View Post
Make sure you start pawno from the folder where your includes folder containing the discord-connector include is.
I did, lol