瀏覽代碼

update zmp

master
sasgis 54 年之前
父節點
當前提交
7c268256cf
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      Google/GoogleLand.zmp/GetUrlScript.txt

+ 2
- 1
Google/GoogleLand.zmp/GetUrlScript.txt 查看文件

@@ -1,3 +1,4 @@
begin
ResultURL:=GetUrlBase+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8));
if (GetZ < 17) then
ResultURL:=GetUrlBase+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8));
end.

Loading…
取消
儲存