Code:
{$CLEO .cs}
0000:
REPEAT
WAIT 0
UNTIL 0AFA: SAMP_IS_READY
0661: NOP "Mod Made by: .."
WHILE TRUE
WAIT 0
IF
0AB0: key_pressed 97
THEN
0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to 0@ closest_ped_to 33@ //get nearst car
IF
056E: car 0@ defined // check if it exsists
THEN
072B: put_actor $PLAYER_ACTOR into_car 0@ passengerseat -1
END
END
END
i need help with this because it is detectable. how to make that?