04.09.2011, 11:34
Hello Everyone, this is my first post so please go easy on me!
This Is How To Connect IRC To Your SA-MP Server!
So first you need a program called mIRC. (mirc.com)
Now, Open mIRC, go to and fill in the information.
Follow These Pictures along with the text down this page and you should hopefully be able to connect irc to your samp server.
Go to the left hand side of the bar and click on server (http://imageshack.us/f/29/mircservers.jpg/)
then on the right hand side click add enter in this information (http://imageshack.us/f/851/mircadd.jpg/)
Now Double Click foco(What you used in description) (http://imageshack.us/f/829/focoq.jpg/)
Click On Connect
Now Type /join #(ChannelName I'll use Megaroleplay) ( http://imageshack.us/f/41/megaroleplay.jpg/ )
(make sure your on a registered account if your not on registered account type /nickserv register (Password email)
(registering your channel)
Now type /chanserv register #yourchannel password description (http://imageshack.us/f/37/chanservrreal.jpg/)
You Are Done Making Your Channel!
Now Time To Add A Bot (Go To https://sampforum.blast.hk/showthread.php?tid=98803 To Download All The Files Needed For This Step)
Extract All The Folders/files into each specific folder in your server files.
Now Go to your filterscripts and open up .irc.pwn (http://imageshack.us/f/600/capturecopys.jpg/)
Now Enter in a Bot1 name and a Bot2 name
then make sure you change
(/imageshack/img196/8955/capture12c.jpg)
And The
Compile It By Hitting F5 On Your Keyboard, Make Sure You Don't Receive An Warning Or Error.
http://imageshack.us/f/204/capture6copy.jpg/
Now Open Up Server.cfg
Add http://imageshack.us/f/844/irc3.png/
And Also Add http://imageshack.us/f/844/irc3.png/
Now Save And Exit, All You Need To Do Now Is Open Up Your SAMP-SERVER.exe And Your Away!!
Your Now Done
I Hope I Have Helped You!
This Is How To Connect IRC To Your SA-MP Server!
So first you need a program called mIRC. (mirc.com)
Now, Open mIRC, go to and fill in the information.
Follow These Pictures along with the text down this page and you should hopefully be able to connect irc to your samp server.
Go to the left hand side of the bar and click on server (http://imageshack.us/f/29/mircservers.jpg/)
then on the right hand side click add enter in this information (http://imageshack.us/f/851/mircadd.jpg/)
Code:
Description: (Whatever you want i will use) foco IRC Server: irc.focogaming.com (http://imageshack.us/f/193/informationc....9.81768127 Port: (Leave It 6667)
Click On Connect
Now Type /join #(ChannelName I'll use Megaroleplay) ( http://imageshack.us/f/41/megaroleplay.jpg/ )
(make sure your on a registered account if your not on registered account type /nickserv register (Password email)
(registering your channel)
Now type /chanserv register #yourchannel password description (http://imageshack.us/f/37/chanservrreal.jpg/)
You Are Done Making Your Channel!
Now Time To Add A Bot (Go To https://sampforum.blast.hk/showthread.php?tid=98803 To Download All The Files Needed For This Step)
Extract All The Folders/files into each specific folder in your server files.
Now Go to your filterscripts and open up .irc.pwn (http://imageshack.us/f/600/capturecopys.jpg/)
Now Enter in a Bot1 name and a Bot2 name
then make sure you change
Code:
#define IRC_CHANNEL "#TestChannel(YourChannel)" #define IRC_CHANNEL "Megaroleplay" (Changed)
And The
Code:
#define IRC_SERVER "irc.foco.co" #define IRC_SERVER "irc.focogaming.com"(Changed)
http://imageshack.us/f/204/capture6copy.jpg/
Now Open Up Server.cfg
Add http://imageshack.us/f/844/irc3.png/
Code:
filterscripts irc
Code:
Plugins irc
Your Now Done
I Hope I Have Helped You!