How I Can Give Commands From IRC To Server
#1

Helllo Guys I Have Done Make Commands Of IRC In My Game-mode But I Am Having That Who i Can Link My Server To My IRC Channel.And To Give Commands In IRC And Will Work In Server.
Reply
#2

if you are using this(https://sampforum.blast.hk/showthread.php?tid=98803) here is an example
PHP Code:
IRCCMD:say(botidchannel[], user[], host[], params[])
{
    new
        
tString[128];
 
        if(!
strlen(params))  return 1;
 
        
format(tString,sizeof(tString), "<< %s On IRC %s: %s>>"userparams);
        
SendClientMessageToAll(0xFFFFFFAAtString);

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)