First of all, Hi everyone, i'm kinda new here, i've been reading the forum and learned some stuff.
Well, my problem is, that in a server that i could put hLaPEx, i can't login with accounts with Builder (Gm/Admin), But i can with any other, if u have any solution to this, i'll be really thanked.
PS: Sry my bad enlglish, i'm not from a English speaker country.
This is the Script i used:
const
account=1;
procedure Init;
begin
end;
procedure Free;
begin
end;
begin
if FromServer then exit;
if pck[1]=#$08 then
begin
buf:=#$08;
WriteS('');
WriteD(account);
WriteD(0);
pck:=buf;
end;
end.