You are not logged in.
---broken---
// This file was decompiled using sascm.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007
{$VERSION 3.1.0027}
{$CLEO .cs}
//-------------MAIN---------------
0000: NOP
:NONAME_2
wait 0
if and
0AB0: key_pressed 88
00E1: player 0 pressed_key 16
not Actor.Driving($PLAYER_ACTOR)
jf @NONAME_2
0605: set_actor $PLAYER_ACTOR perform_animation "SEAT_TALK_01" file "MISC" 4.0 loop 0 lockX 0 lockY 0 lockF 0 limT 1000 //versionA
wait 500
:NONAME_77
wait 0
if
00E1: player 0 pressed_key 6
jf @NONAME_158
068E: get_camera_target_point_to 1@ 2@ 3@
Actor.StorePos($PLAYER_ACTOR, 11@, 12@, 13@)
0063: 11@ -= 1@ // (float)
0063: 12@ -= 2@ // (float)
0604: get_Z_angle_for_point 11@ 12@ store_to 4@
Actor.Angle($PLAYER_ACTOR) = 4@
:NONAME_158
if
00E1: player 0 pressed_key 16
jf @NONAME_77
0605: set_actor $PLAYER_ACTOR perform_animation "SEAT_TALK_01" file "MISC" 4.0 loop 0 lockX 0 lockY 0 lockF 0 limT 1000 //versionA
jump @NONAME_2
----works-----
// This file was decompiled using sascm.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007
{$VERSION 3.1.0027}
{$CLEO .cs}
//-------------MAIN---------------
0000: NOP
:NONAME_2
wait 0
if and
0AB0: key_pressed 88
00E1: player 0 pressed_key 16
not Actor.Driving($PLAYER_ACTOR)
jf @NONAME_2
0812: AS_actor $PLAYER_ACTOR perform_animation "CAR_SIT" IFP_file "PED" 4.0 loopA 0 lockX 1 lockY 1 lockF 1 time -1 // versionB
wait 500
:NONAME_77
wait 0
if
00E1: player 0 pressed_key 6
jf @NONAME_158
068E: get_camera_target_point_to 1@ 2@ 3@
Actor.StorePos($PLAYER_ACTOR, 11@, 12@, 13@)
0063: 11@ -= 1@ // (float)
0063: 12@ -= 2@ // (float)
0604: get_Z_angle_for_point 11@ 12@ store_to 4@
Actor.Angle($PLAYER_ACTOR) = 4@
:NONAME_158
if
00E1: player 0 pressed_key 16
jf @NONAME_77
0812: AS_actor $PLAYER_ACTOR perform_animation "CAR_SIT" IFP_file "PED" 4.0 loopA 0 lockX 1 lockY 1 lockF 0 time 1 // versionB
jump @NONAME_2
How to make it work????
Offline
[оффтоп]Нафига писать в англ. топик, если сам общаешься на русском?[/оффтоп]
Last edited by Jack Daniel's (20-08-2011 10:46)
Offline