SA-MP Forums Archive
Irc plugin error - 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: Irc plugin error (/showthread.php?tid=597203)



Irc plugin error - blackgangs - 27.12.2015

i did exactly what he did
https://sampforum.blast.hk/showthread.php?tid=281101
and added sscanf to inclues [pawno]
when i start the server
Код:
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[15:22:14] 
[15:22:14] Server Plugins
[15:22:14] --------------
[15:22:14]  Loading plugin: irc
[15:22:14]   Failed.
[15:22:14]  Loaded 0 plugins.
can some one help me?
note : i am using local server , windows 7 for test


Re: Irc plugin error - blackgangs - 28.12.2015

Can anyone help me?


Re: Irc plugin error - 1fret - 28.12.2015

can be because of alot of error

1. did you create a plugins line in your server.cfg. should look like this (plugins irc.dll)
2.Do you have the latest version of the plugin.
3. do you have the right plugin. For windows OS download the .dll and for linux is the .so,as you said earlier you are using windows, so you should have the .dll version
4.did you put the plugin in the right folder. Create a folder in your sampserver main directory n name it plugins all your plugins should be in there.
5. Did you put #include <sscanf2> at top of script. and place the sscanf include in the pawno include folders.
6.make sure you have the lastest versions of all the plugins and includes


Re: Irc plugin error - blackgangs - 29.12.2015

I did but I didn't add .dll to irc I will try


Re: Irc plugin error - blackgangs - 29.12.2015

Same