irc help
#1

how can i get message only send back to teh guy who typed the command? the text sends to all, and i want to it send back to him.

pawn Код:
IRCCMD:command(botid, channel[], user[], host[], params[])
{
    if(!IRC_IsOp(botid, channel, user)) return IRC_Say(botid, channel, "You must be OP to use this command!");
    {
        //something
    }
    return 1;
}
Reply
#2

You mean like: /pm [PlayerID] ?
Reply
#3

Quote:
Originally Posted by Kingunit
Посмотреть сообщение
You mean like: /pm [PlayerID] ?
almost, like a pm to a guy on irc.
Reply
#4

So to make it clear. Ingame you want a command that sends a privatemessage to a person on the IRC.
Or you mean that the person on IRC can send a message to someone ingame?
Reply
#5

what the guy under said
Reply
#6

No. I think he meant on message for only one player on IRC. Like return info. Same as SendClientmEssage just on IRC

EDIT: way too slow
Reply
#7

Quote:
Originally Posted by [MG]Dimi
Посмотреть сообщение
No. I think he meant on message for only one player on IRC. Like return info. Same as SendClientmEssage just on IRC
yes, correct!
Reply
#8

IRCSay
Reply
#9

Quote:
Originally Posted by Super_Panda
Посмотреть сообщение
IRCSay
i did that, look at my first post. everyone that is on irc can see it, but its supposed to only send the message to the guy who used the command, like SendClientMessage(playerid
Reply
#10

MAYBE this one?

I don't know

IRC_ReplyCTCP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)