13.05.2012, 00:44
You've to add it in your gamemode to make the plugin work.
In your gamemode,write #include <irc> - Make sure you've the irc.inc in the /pawno/includes folder.
Also,the file irc.dll must be in the /plugins directory (root of server folder).And server.cfg must be edited at the line plugins.
Edit it with: plugins irc.dll
.dll if you're using Windows - .so if you're using Linux.
In your gamemode,write #include <irc> - Make sure you've the irc.inc in the /pawno/includes folder.
Also,the file irc.dll must be in the /plugins directory (root of server folder).And server.cfg must be edited at the line plugins.
Edit it with: plugins irc.dll
.dll if you're using Windows - .so if you're using Linux.