SA-MP Forums Archive
IRC 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: IRC help (/showthread.php?tid=601373)



IRC help - ManGoe - 20.02.2016

I want to make a command /irc command that sends the client's message to irc channel.
Well help me or search me..


Re: IRC help - RedRex - 20.02.2016

Quote:
Originally Posted by ManGoe
Посмотреть сообщение
I want to make a command /irc command that sends the client's message to irc channel.
Well help me or search me..
Look Bro , you need to download irc.so or irc.dll to make your cmds in your plugins
+rep


Re: IRC help - Karan007 - 20.02.2016

By using this function: IRC_Say(botid, const target[], const message[]);


Re: IRC help - Sew_Sumi - 20.02.2016

You know, you can search yourself right?

https://sampforum.blast.hk/showthread.php?tid=98803

Quote:
Originally Posted by Incognito
Посмотреть сообщение
pawn Код:
IRCCMD:command(botid, channel[], user[], host[], params[])
{
    if (botid == botID)
    {
        /* ... */
    }
}



Re: IRC help - ManGoe - 21.02.2016

I want like CMD:irc Hi
string("Your message has been sent to the irc channel");
Along with the IRCCMD


Re: IRC help - Sew_Sumi - 21.02.2016

IRC_GroupSay(groupid, const target[], const message[]);
Sends a message to a user or a channel using the bot that is next in the group


Do some reading, seriously... This is Scripting Help not Script for you.


Re: IRC help - FreAkeD - 21.02.2016

Seriously, read the thread. It tells you the description of each callback and native.

https://sampforum.blast.hk/showthread.php?tid=98803


Re: IRC help - Joron - 21.02.2016

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
IRC_GroupSay(groupid, const target[], const message[]);
Sends a message to a user or a channel using the bot that is next in the group


Do some reading, seriously... This is Scripting Help not Script for you.
Now,i see...yall wont people to do the work for you nothing comes easy


Re: IRC help - Sew_Sumi - 21.02.2016

Quote:
Originally Posted by Joron
Посмотреть сообщение
Now,i see...yall wont people to do the work for you nothing comes easy
It's good to see you now understand my position a slight bit better.

It's more if they end up pointed in the right direction, rather than handing it to them, they retain the information better, and thus, they actually learn.

When they're copying and pasting, they're not learning, and often encounter the same issue, in another method, and in another situation, and then post the same question again, even if it is a slightly different error.




It's more I'd like people to search a bit, and read a little more.


Re: IRC help - Amunra - 21.02.2016

All Player In Game Say can see at IRC