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


[FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - Zezombia - 11.11.2008

Control your server straight from IRC!

How to install (will explain step-by-step for who are new to it):

Download this plugin: http://forum.sa-mp.com/index.php?topic=22354.0.
Make a new folder in your server directory, and call it "plugins" and place what you downloaded inside.
Add a new line to your server .cfg called "plugins", and add "irc.dll" to it.

Next, download this filterscript (links at bottom of post), and place it in your filterscripts folder.
Add "iAdmin" to your filterscripts line in your server.cfg.

Now, inside your iAdmin.pwn you will find this:

pawn Код:
#define EchoBot "iAdmin" //your bots name
#define EchoServer "irc.gamesurge.net" //irc hoster
#define EchoChan "#SA-FE" //server channel
#define EchoPort 6667 //this port is used by default
#define CmdChar '!' //used for commands, as in !ikick
Simply modify it to your own desires.

The admin commands (you need to be an op to use them) - all commands effect the players in the server, not the people in IRC...
All very simple and self explanatory. When loading the FS, please give up to 20 seconds for the bot to join the IRC channel.

Please report any bugs, I'm sure where will be some.

Download:
.pwn via Zezombia.com (recommended)
.rar via UploadFFS (.pwn)
.pwn via pastebin

No .amx's, for obvious reasons. Post in this topic for help, and please don't PM me (or e-mail me).

Credits:


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

man, it's so cool i was lookin for this from ages

going to try & will post the results..


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

Quote:
Originally Posted by ξezombia
Control your server straight from IRC!

How to install (will explain step-by-step for who are new to it):

Download this plugin: http://forum.sa-mp.com/index.php?topic=22354.0.
Make a new folder in your server directory, and call it "plugins" and place what you downloaded inside.
Add a new line to your server .cfg called "plugins", and add "irc.dll" to it.

Next, download this filterscript (links at bottom of post), and place it in your filterscripts folder.
Add "iAdmin" to your filterscripts line in your server.cfg.

Now, inside your iAdmin.pwn you will find this:

pawn Код:
#define EchoBot "iAdmin" //your bots name
#define EchoServer "irc.gamesurge.net" //irc hoster
#define EchoChan "#SA-FE" //server channel
#define EchoPort 6667 //this port is used by default
#define CmdChar '!' //used for commands, as in !ikick
Simply modify it to your own desires.

The admin commands (you need to be an op to use them) - all commands effect the players in the server, not the people in IRC...
  • ikick [id]
  • crash [id]
  • iban [id]
  • rangeban [id]
  • wire [id]
  • unwire [id]
  • ann [msg]
  • getinfo [id]
  • jail [id]
  • unjail [id]
  • getid [part of/name]
  • gmx
  • clearchat
  • slap [id]
  • freeze [id]
  • unfreeze [id]
  • tele [id] to an [id]
  • eject [id]
  • sethealth [id] [health]
  • disarm [id]
  • explode [id]
  • givemoney [id] [money]
  • setscore [id] [score]
  • setname [id] [name]
  • akill [id]
  • giveweapon [id] [wepid] [ammo]
  • players - made by Grove
All very simple and self explanatory. When loading the FS, please give up to 20 seconds for the bot to join the IRC channel.

Please report any bugs, I'm sure where will be some.

Download:
.pwn via Zezombia.com (recommended)
.rar via UploadFFS (.pwn)
.pwn via pastebin

No .amx's, for obvious reasons. Post in this topic for help, and please don't PM me (or e-mail me).

Credits:
  • Admin created by Zezombia (Nov 11 200
  • Jacob - IRC Plugin and Include
  • Grove/Jay - Players command
  • ThePro - Crash command help
  • Xtreme - Jail cords (to lazy to get myself)
  • Andre9977 - Basic help
Great work!


Re: [FS] IRC Administrator and Echo FS for Jacobs IRC plugin (using zcmd beta) - MenaceX^ - 11.11.2008

Good job


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

Quote:
Originally Posted by Norn
Quote:
Originally Posted by ξezombia
Control your server straight from IRC!

How to install (will explain step-by-step for who are new to it):

Download this plugin: http://forum.sa-mp.com/index.php?topic=22354.0.
Make a new folder in your server directory, and call it "plugins" and place what you downloaded inside.
Add a new line to your server .cfg called "plugins", and add "irc.dll" to it.

Next, download this filterscript (links at bottom of post), and place it in your filterscripts folder.
Add "iAdmin" to your filterscripts line in your server.cfg.

Now, inside your iAdmin.pwn you will find this:

pawn Код:
#define EchoBot "iAdmin" //your bots name
#define EchoServer "irc.gamesurge.net" //irc hoster
#define EchoChan "#SA-FE" //server channel
#define EchoPort 6667 //this port is used by default
#define CmdChar '!' //used for commands, as in !ikick
Simply modify it to your own desires.

The admin commands (you need to be an op to use them) - all commands effect the players in the server, not the people in IRC...
  • ikick [id]
  • crash [id]
  • iban [id]
  • rangeban [id]
  • wire [id]
  • unwire [id]
  • ann [msg]
  • getinfo [id]
  • jail [id]
  • unjail [id]
  • getid [part of/name]
  • gmx
  • clearchat
  • slap [id]
  • freeze [id]
  • unfreeze [id]
  • tele [id] to an [id]
  • eject [id]
  • sethealth [id] [health]
  • disarm [id]
  • explode [id]
  • givemoney [id] [money]
  • setscore [id] [score]
  • setname [id] [name]
  • akill [id]
  • giveweapon [id] [wepid] [ammo]
  • players - made by Grove
All very simple and self explanatory. When loading the FS, please give up to 20 seconds for the bot to join the IRC channel.

Please report any bugs, I'm sure where will be some.

Download:
.pwn via Zezombia.com (recommended)
.rar via UploadFFS (.pwn)
.pwn via pastebin

No .amx's, for obvious reasons. Post in this topic for help, and please don't PM me (or e-mail me).

Credits:
  • Admin created by Zezombia (Nov 11 200
  • Jacob - IRC Plugin and Include
  • Grove/Jay - Players command
  • ThePro - Crash command help
  • Xtreme - Jail cords (to lazy to get myself)
  • Andre9977 - Basic help
Great work!
You didn't need to quote the whole first post....


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

Nice work mate

<3


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

Quote:
Originally Posted by [BT
TrueCoppa ]
Quote:
Originally Posted by Norn
Quote:
Originally Posted by ξezombia
Control your server straight from IRC!

How to install (will explain step-by-step for who are new to it):

Download this plugin: http://forum.sa-mp.com/index.php?topic=22354.0.
Make a new folder in your server directory, and call it "plugins" and place what you downloaded inside.
Add a new line to your server .cfg called "plugins", and add "irc.dll" to it.

Next, download this filterscript (links at bottom of post), and place it in your filterscripts folder.
Add "iAdmin" to your filterscripts line in your server.cfg.

Now, inside your iAdmin.pwn you will find this:

pawn Код:
#define EchoBot "iAdmin" //your bots name
#define EchoServer "irc.gamesurge.net" //irc hoster
#define EchoChan "#SA-FE" //server channel
#define EchoPort 6667 //this port is used by default
#define CmdChar '!' //used for commands, as in !ikick
Simply modify it to your own desires.

The admin commands (you need to be an op to use them) - all commands effect the players in the server, not the people in IRC...
  • ikick [id]
  • crash [id]
  • iban [id]
  • rangeban [id]
  • wire [id]
  • unwire [id]
  • ann [msg]
  • getinfo [id]
  • jail [id]
  • unjail [id]
  • getid [part of/name]
  • gmx
  • clearchat
  • slap [id]
  • freeze [id]
  • unfreeze [id]
  • tele [id] to an [id]
  • eject [id]
  • sethealth [id] [health]
  • disarm [id]
  • explode [id]
  • givemoney [id] [money]
  • setscore [id] [score]
  • setname [id] [name]
  • akill [id]
  • giveweapon [id] [wepid] [ammo]
  • players - made by Grove
All very simple and self explanatory. When loading the FS, please give up to 20 seconds for the bot to join the IRC channel.

Please report any bugs, I'm sure where will be some.

Download:
.pwn via Zezombia.com (recommended)
.rar via UploadFFS (.pwn)
.pwn via pastebin

No .amx's, for obvious reasons. Post in this topic for help, and please don't PM me (or e-mail me).

Credits:
  • Admin created by Zezombia (Nov 11 200
  • Jacob - IRC Plugin and Include
  • Grove/Jay - Players command
  • ThePro - Crash command help
  • Xtreme - Jail cords (to lazy to get myself)
  • Andre9977 - Basic help
Great work!
You didn't need to quote the whole first post....
Yeh i didn't relize how big it was lol, did this just before school.


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

lol now you quote it again :P


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

will this work on linux with IRC.so?


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

Nice work.


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

i am having a bit of trouble with this as you can see here http://www.stunting-forever.co.cc/in...c=42.msg81#new


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

Let's hope you don't get spammed as much as Grove and close this thread lol.


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

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


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

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
Everything the people say in-game can be heard from IRC, and everything said on IRC can be heard in-game.


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

it doesnt show quit messages in irc if sombody left server


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

It read normal talk, but not commads like /b(Local OOC), /o(Global OOC), /a(admin chat) and /report.
The commands i want to be read in irc is /a, /o and /report, i dont want normal chat, to much spam. But im not sure how to edit so it do that.


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

add a OnPlayerCommandText, and on "/o", send the echo function. Do not add any returns! That way it will work in both the FS + GM.


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

Quote:
Originally Posted by ξezombia
add a OnPlayerCommandText, and on "/o", send the echo function. Do not add any returns! That way it will work in both the FS + GM.
Can you please specify exact code snippet?
And so it will show on irc as "OOC: blablabla"



Great FS!


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

if you quit you dont see the disconnect message on irc what to do


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

at start on first page it gives you link to irc.dll. it dosent work what do i do?