SA-MP Forums Archive
IRC Command 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 Command Help (/showthread.php?tid=559301)



IRC Command Help - kesarthakur - 22.01.2015

Is there any way to send messages directly from IRC to server with out any commands like !say etc....

is there any callback for that??

Please help me


Re: IRC Command Help - XXCrazyMan707XX - 22.01.2015

Do you mean like no commands at all? The message gets send just when you type something?


Re: IRC Command Help - kesarthakur - 22.01.2015

Quote:
Originally Posted by XXCrazyMan707XX
Посмотреть сообщение
Do you mean like no commands at all? The message gets send just when you type something?
yes that's what i mean


Re: IRC Command Help - Ironboy - 22.01.2015

As far as i know it isn't possible to echo the irc chat into the samp server without using any commands.


Re: IRC Command Help - Banana_Ghost - 22.01.2015

maybe use something like
pawn Код:
IRC_OnUserSay(botid, recipient[], user[], host[], message[]);
and exclude anything the other bots say, i've never actually done anything like this, but by logic, it seems it would work, and well with coding, logic will fail you.