CLEO Help Kicked after sending opcode 0B30: samp send_enter_vehicle

CLEO related
Status
Not open for further replies.

re]b0ot_

Active member
Joined
Jul 10, 2014
Messages
25
Reaction score
0
Anything wrong?
Code:
{$CLEO .cs}

0000:

:OJACK
wait 0
if
    0ADC: test_cheat "JACK"
jf @OJACK
0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to 0@ closest_ped_to 1@
0B2C: samp 2@ = get_vehicle_id_by_car_handle 0@
0B30: samp send_enter_vehicle 2@ as_passenger false
jump @OJACK
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
Code:
{$CLEO .cs}

0000:

:OJACK
wait 0
if
0ADC: test_cheat "JACK"
jf @OJACK
0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to 0@ closest_ped_to 1@
if
056E:   car 1@ defined
jf @0JACK
036A: put_actor $PLAYER_ACTOR in_car 1@
jump @OJACK
 
Status
Not open for further replies.
Top