Вскройте код, в спец теме не отвечают

Статус
В этой теме нельзя размещать новые ответы.
Решение
CLEO:
{$CLEO .cs}

//-------------MAIN---------------
0662: printstring "ANILTURE SAYS HI" 
03A4: name_thread 'ANTISTUNSHOT' 

:ANTISTUNSHOT_39
0001: wait 1000 ms 
00D6: if and
0256:   player $PLAYER_CHAR defined 
0AB0:   key_pressed 45 
004D: jump_if_false @ANTISTUNSHOT_39 
0001: wait 0 ms 
0946: set_actor $PLAYER_ACTOR actions_uninterupted_by_weapon_fire 1 
0ACD: show_text_highpriority "~W~ANTI-STUNSHOT ~G~ENABLED" time 1200 

:ANTISTUNSHOT_109
0001: wait 1000 ms 
00D6: if and
0AB0:   key_pressed 88 
0AB0:   key_pressed 45 
004D: jump_if_false @ANTISTUNSHOT_109 
0001: wait 0 ms 
0946: set_actor $PLAYER_ACTOR actions_uninterupted_by_weapon_fire 0 
0ACD: show_text_highpriority "~Y~ANTI-STUNSHOT ~R~DISABLED" time 1200 
0002: jump...

MAHEKEH

Известный
1,990
494
 

astap_

Известный
Всефорумный модератор
626
597
CLEO:
{$CLEO .cs}

//-------------MAIN---------------
0662: printstring "ANILTURE SAYS HI" 
03A4: name_thread 'ANTISTUNSHOT' 

:ANTISTUNSHOT_39
0001: wait 1000 ms 
00D6: if and
0256:   player $PLAYER_CHAR defined 
0AB0:   key_pressed 45 
004D: jump_if_false @ANTISTUNSHOT_39 
0001: wait 0 ms 
0946: set_actor $PLAYER_ACTOR actions_uninterupted_by_weapon_fire 1 
0ACD: show_text_highpriority "~W~ANTI-STUNSHOT ~G~ENABLED" time 1200 

:ANTISTUNSHOT_109
0001: wait 1000 ms 
00D6: if and
0AB0:   key_pressed 88 
0AB0:   key_pressed 45 
004D: jump_if_false @ANTISTUNSHOT_109 
0001: wait 0 ms 
0946: set_actor $PLAYER_ACTOR actions_uninterupted_by_weapon_fire 0 
0ACD: show_text_highpriority "~Y~ANTI-STUNSHOT ~R~DISABLED" time 1200 
0002: jump @ANTISTUNSHOT_39
 
  • Нравится
Реакции: midnight.exe
Статус
В этой теме нельзя размещать новые ответы.