Parcourir la source

update zmp

master
sasgis il y a 54 ans
Parent
révision
7c268256cf
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      Google/GoogleLand.zmp/GetUrlScript.txt

+ 2
- 1
Google/GoogleLand.zmp/GetUrlScript.txt Voir le fichier

@@ -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.

Chargement…
Annuler
Enregistrer