Please Help - 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: Please Help (
/showthread.php?tid=342146)
Please Help -
awsomedude - 13.05.2012
Is There A Tutorial On How To Make A IRC For Server IF So Tell me
Re: Please Help -
Face9000 - 13.05.2012
You mean echo channel?You need the
IRC Plugin.
And here is a tutorial:
https://sampforum.blast.hk/showthread.php?tid=241674
Re: Please Help -
awsomedude - 13.05.2012
Edit: Nvm Thanks
Re: Please Help -
awsomedude - 13.05.2012
Can I add The IRC file To MY GAmeMOde
Re: Please Help -
Face9000 - 13.05.2012
Quote:
Originally Posted by awsomedude
Can I add The IRC file To MY GAmeMOde
|
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.
Re: Please Help -
awsomedude - 13.05.2012
Quote:
Originally Posted by Logitech90
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.
|
K thanks for all the help logitech90