Anydoor - Enter/Open any vehicle door from the out side (now with download link o.o)

Anydoor is a simple resource that lets people open/enter any door from the out side of a vehicle. After toggling the system with ‘/tas’ command walking up to any vehicle will render the vehicle ready. Circles will appear near the doors of the vehicle that you may step in and press E to enter, or H to open. At any moment the system is enabled you may walk up to any vehicle. Running the command again will shut off the system.

Commands/Keys:
/tad - toggle the system, walk up to a vehicle for it to lock on.
E - enter the vehicle though the door you are standing at.
H - open the door you are standing at.

Github:

Github Download Link:
https://github.com/LexTheGreat/anydoor/archive/master.zip

Youtube video:

Older video when debugging (Has debug lines etc, not current version):

5 Likes

This looks fantastic! Can’t wait to test it when I get home! I noticed you used it on stock vehicles. Does it work on addon vehicles as well?

Nice! But were is the download link?

No download

download link? :slight_smile:

It should, it looks for the door nodes in vehicles, so if GetNumberOfVehicleDoors & GetEntryPositionOfDoor work for the car this should too.

MY BAD, I’m sorry I forgot to put in the github link haha. The link was added!

1 Like

Great thank you for this.
@Lex_The_Great

Is there a way I can remove the circle that appears on the ground?

If you mean to turn off the system then you can just run the command again. If you want to turn the circle off fully inside the .js file you can remove this part on line 57

DrawMarker(27, doorPos[0], doorPos[1], doorPos[2]-1, 0.0, 0.0, 0.0, 0,0,0, 1.0, 1.0, 1.0, color[0], color[1], color[2], 50, false, true, 2, null, null, false)

any way to make this enabled all the time without running the command?

Add the command to your playerloaded function