Rank: Fondator Country : Browser : Bara warn : Sex-ul : Zodiac : Zodiac chinezesc : Mesaje : 852 Puncte Obtinute : 102277 Reputatie : 0 Data de inscriere : 21/05/2011 Varsta : 31 Localizare : Romania, Giurgiu
| Subiect: Long Jump Dum 22 Mai - 0:12:36 |
|
| »LongJump - Acest script este folosit în HNS (Hidde'N Seek) & KZ (Kreedz).Îi ajuta pe player să sara mai tare.
Cod: //LongJump Script fps_max "101" cl_yawspeed "210" alias wait5 "wait; wait; wait; wait; wait" alias wait10 "wait5; wait5" alias wait20 "wait10; wait10" alias wait40 "wait20; wait20"
// Multi-Strafe alias strafe.qA2_4 "+left; +moveleft; wait10; -moveleft; -left; strafe.qA2_right; strafe.qA2_left; +right; +moveright; wait10; -moveright; -right; +duck; wait40; -duck" alias strafe.qA2_left "+left; +moveleft; wait20; -moveleft; -left" alias strafe.qA2_right "+right; +moveright; wait20; -moveright; -right" alias _jump.qA2 "+jump; wait; -jump"
// Pre-Strafe alias s.qA2_run "+forward; wait40; wait10; wait10; -forward" alias s.qA2_pre "+forward; wait40; cl_yawspeed 105; +left; +moveleft; wait40; wait20; -moveleft; -forward; -left; cl_yawspeed 210" alias run_qA2.LJ4 "s.qA2_run; _jump.qA2; strafe.qA2_4" alias pre_qA2.LJ4 "s.qA2_pre; _jump.qA2; strafe.qA2_4"
// Edit Here bind "ALT" "run_qA2.LJ4" // Straight-Forward Runup bind "CAPSLOCK" "pre_qA2.LJ4" // Pre-Strafe Runup (Further) |
|