SA-MP Forums Archive
[FilterScript] Xoom-IRC Script v0.1 - 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] Xoom-IRC Script v0.1 (/showthread.php?tid=423085)



Xoom-IRC Script v2 - Xoomer - 16.03.2013

INFO
i was working on this and now finally i complete it! its work 100% fine and this is my First fs


IRC PLayer Commands
!say !getname !players !forum !pm

IRC ADMIN Commands
!Flip !respawncars !disarm !giveallcash !resetcash !freeze !unfreeze !slap !getinfo !spawn !givecar !repair/!fix !ban !kick !rcon !admin !ann !announce

credits
IRC PLugin for Incognito
Script For Xoomer
sscanf for y-less

pasteBin Link

http://pastebin.com/FXAu1tEG

Download link
http://www.mediafire.com/view/?z7l0vz30d8cc3eg

Updated v2
3 new cmds added
!pm
!admin
!ann/!announce

i will make more cmds

bugs
if you find any bugs post it here


Re: Xoom-IRC Script v0.1 - GhostDeath - 16.03.2013

Nice , keep up the good work


Re: Xoom-IRC Script v0.1 - Xoomer - 16.03.2013

Quote:
Originally Posted by GhostDeath
View Post
Nice , keep up the good work
thanks


Re: Xoom-IRC Script v0.1 - Deron_Green - 16.03.2013

Why does the !fix, !repair, !flip, and !givecar add to warns?
And "#channel" Wont work. Try removing the "#" and just leaving channel.
Nice attempt though


Re: Xoom-IRC Script v0.1 - sam1929 - 16.03.2013

Quote:
Originally Posted by Deron_Green
View Post
Why does the !fix, !repair, !flip, and !givecar add to warns?
And "#channel" Wont work. Try removing the "#" and just leaving channel.
Nice attempt though
I own my own IRC Network and I believe you made a irc fs it looks nice but I can't believe you told this Guy to removed the # as someone who made a irc fs I would think you all ready know about that if you removed the # the bot or bots can't join any channels at all I though you of all people's should know that by now


Re: Xoom-IRC Script v0.1 - Deron_Green - 16.03.2013

Quote:
Originally Posted by sam1929
View Post
I own my own IRC Network and I believe you made a irc fs it looks nice but I can't believe you told this Guy to removed the # as someone who made a irc fs I would think you all ready know about that if you removed the # the bot or bots can't join any channels at all I though you of all people's should know that by now
It seems you missunderstood me i was refering to his commands such as this one
pawn Code:
IRCCMD:cmds(botid, channel[], user[], host[], params[])
{
  IRC_GroupSay(groupID,"#channel","IRC COMMANDS");
  IRC_GroupSay(groupID,"#channel","Players CMDS :::!say !getname !players !forum)we will add more cmds soon");
  IRC_GroupSay(groupID,"#channel","!Flip !respawncars !disarm !giveallcash !resetcash  !freeze  !unfreeze !slap !getinfo !spawn !givecar !repair/!fix !ban !kick !rcon  ");
  return 1;
}
the '#' in #channel is gonna make it not echo into the channel


Re: Xoom-IRC Script v0.1 - sam1929 - 17.03.2013

Quote:
Originally Posted by Deron_Green
View Post
It seems you missunderstood me i was refering to his commands such as this one
pawn Code:
IRCCMD:cmds(botid, channel[], user[], host[], params[])
{
  IRC_GroupSay(groupID,"#channel","IRC COMMANDS");
  IRC_GroupSay(groupID,"#channel","Players CMDS :::!say !getname !players !forum)we will add more cmds soon");
  IRC_GroupSay(groupID,"#channel","!Flip !respawncars !disarm !giveallcash !resetcash  !freeze  !unfreeze !slap !getinfo !spawn !givecar !repair/!fix !ban !kick !rcon  ");
  return 1;
}
the '#' in #channel is gonna make it not echo into the channel
oh yes of course please for give me now I Unstand what you ment


Re: Xoom-IRC Script v0.1 - BlackHorse - 17.03.2013

Nice work Xoomer say me thanks


Re: Xoom-IRC Script v0.1 - Edvin - 17.03.2013

Eh, pretty useful I will use it to learn more about how to use IRC plugin. Thanks !


Re: Xoom-IRC Script v0.1 - Xoomer - 17.03.2013

thanks guys