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