How I Can Give Commands From IRC To Server
#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


Messages In This Thread
How I Can Give Commands From IRC To Server - by CarRamper - 07.08.2016, 07:18
Re: How I Can Give Commands From IRC To Server - by xTURBOx - 07.08.2016, 10:21

Forum Jump:


Users browsing this thread: 1 Guest(s)