SA-MP Forums Archive
[FilterScript] [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) (/showthread.php?tid=55107)

Pages: 1 2


Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - TrueCoppa - 16.02.2009

Quote:
Originally Posted by v3El_diablo
at start on first page it gives you link to irc.dll. it dosent work what do i do?

Major bumpage


Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - v3El_diablo - 16.02.2009

Quote:
Originally Posted by [TT
TrueChocca ]
Quote:
Originally Posted by v3El_diablo
at start on first page it gives you link to irc.dll. it dosent work what do i do?

Major bumpage
Well im trying to get it to work, even if i bumb it, who cares


Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - Guns_N_Roses - 24.02.2009

when i turn my server on when it tries to load iadmin i get a message: "This application has failed to start because cygwin1.dll was not found. Re-installing the application may fix this problem."

Unable to load filter script 'iadmin.amx'.

but the server and admin script still load.
any ideas how i can fix this?


Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - ICECOLDKILLAK8 - 24.02.2009

Quote:
Originally Posted by [B2F
GunsNRoses ]
when i turn my server on when it tries to load iadmin i get a message: "This application has failed to start because cygwin1.dll was not found. Re-installing the application may fix this problem."

Unable to load filter script 'iadmin.amx'.

but the server and admin script still load.
any ideas how i can fix this?
****** "Download cygwin1.dll" and save it into your System32 folder


Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - Guns_N_Roses - 24.02.2009

now it says tcl83.dll




Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - jimboisit - 07.03.2009

the Download this plugin: http://forum.sa-mp.com/index.php?topic=22354.0. dont work plz help


Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - Guns_N_Roses - 09.03.2009

alright i need a tcl83.dll to run echo but all the ones i found on ****** you have to pay for, can anyone send me one?


Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - lesley - 09.03.2009

Nice script!


Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - airsoftglock - 07.07.2010

Quote:
Originally Posted by Richie
Посмотреть сообщение
How do i add a command that players can use in game like /irc blablablah.?
That will be broadcasted to in game admins and to the irc client.(outside game)
Its the only thing i miss in this FS. Besides that its great
if(strcmp(cmd, "/irc", true) == 0)
{
new tmp[256];
new msg[256];
new msg2[256];
tmp = strrest(cmdtext,idx);
if (!strlen(tmp)) return SendClientMessage(playerid,red,"Usage: /irc [Message].");
format(msg,sizeof(msg),"7,1[GAME]: %s (%i): %s", PlayerName(playerid),playerid,tmp);
format(msg2,sizeof(msg2),"[TO IRC]: %s: %s",PlayerName(playerid),tmp);
IRC_GroupSay(IRC_Group, EchoChan, msg);
return SendClientMessage(playerid,orange,msg2);
}


i think that will do it


Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - airsoftglock - 05.08.2010

is it possible to make double bots?


Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - filip35 - 21.06.2014

Why bots not connecting to IRC server, and filterscript not working on irc server! Help me please!


Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - AnthonyDaBestt - 15.03.2016

Could you give me a new link for the plugin


Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - sam1929 - 16.03.2016

Quote:
Originally Posted by AnthonyDaBestt
Посмотреть сообщение
Could you give me a new link for the plugin
you do know Jacobs IRC plugin is outdate now right use this one instead https://sampforum.blast.hk/showthread.php?tid=98803


Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - Slawiii - 17.03.2016

Good job .