Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

GetUrlScript.txt 205 B

4 anni fa
12345
  1. var Koef_Z :integer;
  2. begin
  3. Koef_Z:= round(intpower(2,GetZ-13));
  4. ResultURL := GetURLBase + inttostr(GetZ-8) + '-' + inttostr(GetX - 2568*Koef_Z) + '-' + inttostr(GetY - 1255*Koef_Z) + '.png';
  5. end.