SA-MP Forums Archive
IRCPM CMD 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: IRCPM CMD HELP (/showthread.php?tid=510100)



IRCPM CMD HELP - KillerStrike23 - 29.04.2014

hello, I need a help how to create a cmd:ircpm it send a message from server to irc like to pm irc or just give me the function of how to send anymessage from server to irc


Re: IRCPM CMD HELP - KillerStrike23 - 29.04.2014

bump*


Re: IRCPM CMD HELP - iZN - 29.04.2014

pawn Код:
format(string, sizeof(string), "PRIVMSG %s :your remaining message or format or whatever...", ...);
IRC_SendRaw(irc_bot_id, string);



Re: IRCPM CMD HELP - KillerStrike23 - 29.04.2014

ty +rep xD