Main

type

0 (not classified)

status

21 (imported old-v2, waiting for another import)

review version

1

cleanup version

0

pending deletion

0 (-)

created at

2026-01-08 18:12:00

updated at

2026-01-08 18:12:00

Address

url

https://budzis.pl/Wpisy/Kursy/Jak-zrobic-sprint-na-klawiszu-shift/

url length

66

url crc

8052

url crc32

2218073972

location type

1 (url matches target location, page_location is empty)

canonical status

2 (missing canonical tag in html)

canonical page id

-

Source

domain id

175160406

domain tld

616

domain parts

2

originating warc id

6597128

originating url

source type

11 (CommonCrawl)

Server response

server ip

185.208.164.110

Publication date

2025-07-18 17:16:23

Fetch attempts

0

Original html size

47578

Normalized and saved size

7143

Content

title

Jak zrobić sprint na klawiszu shift - Kursy - Rafał Budzis

excerpt

content

Jak zrobić sprint na klawiszu shift Potrzebne rzeczy:Zainicjowany ikarusSzybki Tick_tock w świecie lub co klatkowy jak ogarniacie ikarusaA więc zaczynamy najpierw robimy zmiennavar int sprint; która będzie pamiętała w jakim stanie jest sprint ustalmy takie stany:1- włączony2 - wyłączonyDo naszego tick_tocka dołączamy taki skrypt if(MEM_KeyState(KEY_LSHIFT)==KEY_HOLD){ if (sprint == 2) { if !(C_BodyStateContains(hero, BS_FALL)||C_BodyStateContains(hero, BS_JUMP)) { sprint = 1; Mdl_ApplyOverlayMDS(hero, "HUMANS_SPRINT.MDS"); }; }; }else{ if (sprint == 1) { sprint = 2; Mdl_RemoveOverlayMDS(hero, "HUMANS_SPRINT.MDS"); }; }; Nie ma tu chyba nic nie jasnego jedyne co możecie się pytać po co ta linijka.if !(C_BodyStateContains(hero, BS_FALL)||C_BodyStateContains(hero, BS_JUMP)) { Już tłumacze przy zmianie MDS`a postac na ułamek sekundy wykonuje animacje stania. Jeśli włączyć by sprint (zmiane mds`a) przy spadaniu można by uratować się od śmier...

author

updated

1769828107

Text analysis

block type

0

extracted fields

104

extracted bits

title
full content
content was extracted heuristically

detected location

0

detected language

121 (Polish)

category id

-

index version

1

paywall score

0

spam phrases

0

Text statistics

text nonlatin

0

text cyrillic

0

text characters

1107

text words

213

text unique words

144

text lines

1

text sentences

4

text paragraphs

1

text words per sentence

53

text matched phrases

0

text matched dictionaries

0