Geplaatst: 28 oktober 200717 jaren comment_808516 Weet iemand hoe ik dit in main.scm doe? of kan iemand dit voor me doen?? =D Ik snap de tutorial uit de master tutorial list niet zo :SNIPER 03A4: name_thread 'SNIPER' :SNIPER_1 0001: wait 0 ms 00D6: if and 0491: has_actor $PLAYER_ACTOR weapon 34 02D8: is_actor $PLAYER_ACTOR currentweapon 34 00E1: is_button_pressed_pad 0 button 6 004D: jump_if_false @SNIPER_2 0001: wait 50 ms 08B2: toggle_thermal_vision 1 0002: jump @SNIPER_3 :SNIPER_2 0001: wait 0 ms 08B2: toggle_thermal_vision 0 :SNIPER_3 0002: jump @SNIPER_1 004E: end_thread Met vriendelijke groeten, yvea0
Geplaatst: 28 oktober 200717 jaren comment_808620 Het is wel in een stripped scm gedaan, dus je kan geen missies doen of sub-missions. Tom
Geplaatst: 29 oktober 200717 jaren Auteur comment_809343 Het is wel in een stripped scm gedaan, dus je kan geen missies doen of sub-missions.Tom oooh... kan het ook zonder stripped? of is dat onmogelijk?
Weet iemand hoe ik dit in main.scm doe? of kan iemand dit voor me doen?? =D
Ik snap de tutorial uit de master tutorial list niet zo
:SNIPER
03A4: name_thread 'SNIPER'
:SNIPER_1
0001: wait 0 ms
00D6: if and
0491: has_actor $PLAYER_ACTOR weapon 34
02D8: is_actor $PLAYER_ACTOR currentweapon 34
00E1: is_button_pressed_pad 0 button 6
004D: jump_if_false @SNIPER_2
0001: wait 50 ms
08B2: toggle_thermal_vision 1
0002: jump @SNIPER_3
:SNIPER_2
0001: wait 0 ms
08B2: toggle_thermal_vision 0
:SNIPER_3
0002: jump @SNIPER_1
004E: end_thread
Met vriendelijke groeten,
yvea0