Наверно все знают баг, когда быстро жмёшь " ↑ " двухколёсный транспорт начинает ехать гораздо быстрее.
Этот скрипт будет делать это за вас. Активация: Shift+Ё. Требуется sampfuncs 2.6
Спасибки legend2360 за -255 ;)
Исходный код:
Этот скрипт будет делать это за вас. Активация: Shift+Ё. Требуется sampfuncs 2.6
Спасибки legend2360 за -255 ;)
Исходный код:
PHP:
{$CLEO .cs}
0662: NOP "CLEO : BikeBug"
0662: NOP "Acheats.ru : Blasthack.net : gcode : 2013"
thread "bikebug"
if
8AF7: get_samp_base_to 33@
then
0A93: end_custom_thread
end
repeat
wait 400
until 0AFA: is_samp_structures_available
0AF8: samp add_message_to_chat "[BikeBug]: {EAEAEA}Нажмите {c391cf}Shift+Ё{EAEAEA}, чтобы ускорить двухколёсный транспорт." 0xc391cf
0AF8: samp add_message_to_chat "[BikeBug]: {EAEAEA}В этой строке {c391cf}gcode {EAEAEA}засылает привет для {c391cf}legend2360" 0xc391cf
while true
wait 0
if and
0AB0: key_pressed 16
0AB0: key_pressed 192
047A: is_char_on_any_bike $PLAYER_ACTOR
then
:jumper
wait 0
if and
8AB0: not key_pressed 16
8AB0: not key_pressed 192
else_jump @jumper
30@ = 1
while 30@ == 1
wait 50
0B56: set_game_key 1 state -255
wait 50
0B56: set_game_key 1 state 0
if and
0AB0: key_pressed 16
0AB0: key_pressed 192
then
:jumper2
wait 0
if and
8AB0: not key_pressed 16
8AB0: not key_pressed 192
else_jump @jumper2
30@ = 0
end
if or
Actor.Dead($PLAYER_ACTOR)
not Actor.Driving($PLAYER_ACTOR)
then
30@ = 0
end
end
end
end