how to echo cmds back to irc
#1

i was wondring wat the public is to send the cmds done in the server back to irc
Reply
#2

You mean the server console?

print and printf

https://sampwiki.blast.hk/wiki/Print
https://sampwiki.blast.hk/wiki/Printf
Reply
#3

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  IrcSay(cmdtext); //the function to say stuff to the irc channel. can be different
}
In your irc filterscript
Reply
#4

i know its ircsay but what is the text to make the cmd echo back or is that it

bit of a noob sorry
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)