Help I can't get into the vehicle near me in the samp mobile

Luan19181ek

New member
Joined
Feb 1, 2024
Messages
1
Reaction score
0
I can't get into the vehicle near me in the samp mobile


{$CLEO .csi}

script_name 'BRAND'

:BRAND_11
wait 0
if
0A51: is_widget_pressed 37
else_jump @BRAND_11

00A0: store_actor $PLAYER_ACTOR position_to 1@ 2@ 3@
073E: get_car_in_sphere 1@ 2@ 3@ radius 50.0 model -1 handle_as 0@

if
8039: not 0@ == -1
else_jump @BRAND_11

00AA: store_car 0@ position_to 13@ 14@ 15@
00AB: put_car 0@ at 1@ 2@ 3@
099A: set_car 0@ collision_detection 0
wait 600
jump @BRAND_11
 
Top