So I have a darkrp server which is running on paralake city v3, and I want to know how to make the doors open by themselves when you come near them. Like for police, because there are one door in pd that is not possible to open with E, it's like a garage door, but just without button. And there's PD parking lot one, where you drive in and out. I saw other servers has this, where you drive up to the gate and it opens itself up. Anyone can help me?
There might be another way to do it, but the way I would do it without any better knowledge:
- Find the entity names of the doors you want to be automatic.
- Create a SENT trigger
- When the trigger is being touched, open the door by entity name
- When the trigger is no longer touching anyone, have the door close
You can add various job/team checks and such in it to make it for certain jobs/teams.
Sorry, you need to Log In to post a reply to this thread.