IRC help
#1

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

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
Reply
#3

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

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)
    {
        /* ... */
    }
}
Reply
#5

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

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.
Reply
#7

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

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

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
Reply
#9

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.
Reply
#10

All Player In Game Say can see at IRC
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)