Hmm, okay im gonna add.
By the way, what is that (68.1) (120.10)
68. line 1. column?
EDIT: Is x normal in anti-bravo script?
You told me add result:FALSE; does x mean = FALSE? if not; so, server had crash? Should I change x to FALSE?
And can I add any cmd with result?
For example;
begin
if Text = '/hey' then begin
WriteLn('Hey to you too!');
end;
Result := false;
end;