Hi! Can someone help me? I want this; When i press F12 the car will flip with the wheels to air. Thanks a lot!!
Code:
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}
//-------------MAIN---------------
03A4: name_thread "DEMO"
0001: wait 1000 ms
:DEMO_13
0001: wait 0 ms
00D6: if
0256: player $PLAYER_CHAR defined
004D: jump_if_false @DEMO_13
00D6: if
0AB0: key_pressed 122
004D: jump_if_false @DEMO_99
0173: set_actor $PLAYER_ACTOR Z_angle_to 0.0
00D6: if
00DF: actor $PLAYER_ACTOR driving
004D: jump_if_false @DEMO_13
03C0: 1@ = actor $PLAYER_ACTOR car
0175: set_car 1@ Z_angle_to 0.0
0002: jump @DEMO_158
:DEMO_99
00D6: if
0AB0: key_pressed 123
004D: jump_if_false @DEMO_158
0173: set_actor $PLAYER_ACTOR Z_angle_to 180.0
00D6: if
00DF: actor $PLAYER_ACTOR driving
004D: jump_if_false @DEMO_13
03C0: 1@ = actor $PLAYER_ACTOR car
0175: set_car 1@ Z_angle_to 180.0
:DEMO_158
0002: jump @DEMO_13
0A93: end_custom_thread