Function is not registered - 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: Function is not registered (
/showthread.php?tid=613298)
Function is not registered -
TorresxD - 26.07.2016
I just made irc script and when i try to start gm is says all this even i have irc include and plugin
upload img
Re: Function is not registered -
Luis- - 26.07.2016
Have you added the plugin name to your server.cfg?
Re: Function is not registered -
TorresxD - 26.07.2016
Quote:
Originally Posted by Luis-
Have you added the plugin name to your server.cfg?
|
yes i did and then a new error occur it was saying libieay32.dl was missing i downlaod and put it and again showing these errors
Re: Function is not registered -
Konstantinos - 26.07.2016
Version 1.4.8 requires
Microsoft Visual C++ 2015 Redistributable Package (x86).
The .dll file you mentioned above is not even found in ******, perhaps you wrote a wrong name?
Re: Function is not registered -
TorresxD - 26.07.2016
libeay32.dll
Re: Function is not registered -
Konstantinos - 26.07.2016
After reading about it, it has to do with SSL. In the IRC plugin's thread (at the bottom) states:
Quote:
Originally Posted by Incognito
The OpenSSL library is required for the SSL version of the plugin. If the server is running Windows, download the Win32 OpenSSL Light Installer from Shining Light Productions. If the server is running Linux, install the "openssl" package.
|