| Mais Uma video aula sobre cleo, ai no canal, espero que gostem, criquem em gostei se tiverem gostado, iscrevão-se no meu canal. e ate a proxima. script 1 {$CLEO .cs} 03A4: name_thread 'YUGI_TUTO' :YUGI_TUTO 0001: wait 0 ms 00D6: if and 0256: player $PLAYER_CHAR defined 80DF: not actor $PLAYER_ACTOR driving 004D: jump_if_false @YUGI_TUTO 00D6: if and 0AB0: key_pressed 8 0AB0: key_pressed 9 jf @YUGI_TUTO 0001: wait 250 ms 02AB: set_actor $PLAYER_ACTOR immunities BP 1 FP 1 EP 1 CP 1 MP 1 0001: wait 10000 ms 02AB: set_actor $PLAYER_ACTOR immunities BP 0 FP 0 EP 0 CP 0 MP 0 0001: wait 1000 ms 0002: jump @YUGI_TUTO script 2 {$CLEO .cs} 03A4: name_thread 'YUGI_TUTO' :YUGI_TUTO 0001: wait 0 ms 00D6: if and 0256: player $PLAYER_CHAR defined 80DF: not actor $PLAYER_ACTOR driving 004D: jump_if_false @YUGI_TUTO 00D6: if and 0AB0: key_pressed 8 0AB0: key_pressed 9 jf @YUGI_TUTO 0001: wait 250 ms 02AB: set_actor $PLAYER_ACTOR immunities BP 1 FP 1 EP 1 CP 1 MP 1 0002: jump @YUGI_TUTORIAL :YUGI_TUTORIAL 0001: wait 0 ms 00D6: if 0256: player $PLAYER_CHAR defined 004D: jump_if_false @YUGI_TUTORIAL if 0AB0: key_pressed 8 004D: jump_if_false @YUGI_TUTORIAL 0001: wait 250 ms 02AB: set_actor $PLAYER_ACTOR immunities BP 0 FP 0 EP 0 CP 0 MP 0 0001: wait 1000 ms 0002: jump @YUGI_TUTO |