소스 검색

update zmp

pull/1/head
sasbot 3 년 전
부모
커밋
517e6fc53f
1개의 변경된 파일12개의 추가작업 그리고 2개의 파일을 삭제
  1. +12
    -2
      history/5v_kavkaz.zmp/GetUrlScript.txt

+ 12
- 2
history/5v_kavkaz.zmp/GetUrlScript.txt 파일 보기

@@ -1,3 +1,13 @@
var
r: integer;
BaseUrl: string;
begin
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.
r := random(2);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
end;
ResultURL:= BaseUrl+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.

불러오는 중...
취소
저장