Stuyk / rebar-altv

Accelerate your game mode development with a simple alt:V framework written in TypeScript.
https://rebarv.com/
56 stars 33 forks source link

Door System #98

Closed Stuyk closed 2 months ago

Stuyk commented 3 months ago

Athena still has a really good door system for managing doors, I want to port it over with virtual entities.

MnkyArts commented 3 months ago

Would be great to somehow have the Permission System integrated!

floydya commented 2 months ago

Do we need that as part of rebar or a standalone plugin?

MnkyArts commented 2 months ago

Do we need that as part of rebar or a standalone plugin?

I think this would be a great addition as a controller. I feel like stuff like this are always usefull in a Framework like Rebar.

Stuyk commented 2 months ago

It'll be a controller for sure.

floydya commented 2 months ago

Created a draft: #128 , feel free to check and leave some comments around implementation. It is basically a copy of Athena's door system, but with small improvements around storing lock state in database.