19.02.2010, 15:17
pawn Код:
irccmd_a(conn, channel[], user[], params[])
{
new string[256];
format(string,sizeof(string),"Admin chat: %s from IRC: %s",user,params);
MessageToAdmins(blue,string);
return true;
}
Err for the is player op thing, i dont have the filterscript so just copy it.