скрипт составлен некоректно
при включении ругается на этот кусок
BEGIN
//--- INVENTORY BEGIN ---//
if FromServer and (ConnectName=Name) then case pck[1] of
#$1B: begin
CreateItemBase;
ready:true;
end;
#$27: begin
InventoryUpdate;
ready:true;
end;
end;
|