haZh
Member
- Joined
- Apr 19, 2018
- Messages
- 11
- Reaction score
- 1
Is there a way I can call the same command as pressing the [F] key to enter a vehicle using CLEO? Like I want to do the same thing as pressing [F] key on SAMP using another key like [J], so the player will go to the vehicle, open door and get in the driver seat with the animations, same as the normal game.
In short, what I'm looking for is to call that same in-game function that [F] key does with [J] key.
I'm not looking for something that instantly puts the player in the driving seat because I already found this and it's working;
072A: put_actor $PLAYER_ACTOR into_car $CAR driverseat
In short, what I'm looking for is to call that same in-game function that [F] key does with [J] key.
I'm not looking for something that instantly puts the player in the driving seat because I already found this and it's working;
072A: put_actor $PLAYER_ACTOR into_car $CAR driverseat