Posts: 347
Threads: 73
Joined: Jan 2014
Reputation:
0
I want to make a command /irc command that sends the client's message to irc channel.
Well help me or search me..
Posts: 539
Threads: 30
Joined: Feb 2015
Reputation:
0
By using this function: IRC_Say(botid, const target[], const message[]);
Posts: 6,242
Threads: 8
Joined: Jun 2008
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) { /* ... */ } }
|
Posts: 347
Threads: 73
Joined: Jan 2014
Reputation:
0
I want like CMD:irc Hi
string("Your message has been sent to the irc channel");
Along with the IRCCMD
Posts: 6,242
Threads: 8
Joined: Jun 2008
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.
Posts: 6,242
Threads: 8
Joined: Jun 2008
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.
Posts: 502
Threads: 57
Joined: Nov 2015
Reputation:
0
All Player In Game Say can see at IRC