Reneb submitted a new resource:
RemoteDoors - Switch that allows you to open / close doors remotelly
Read more about this resource...
RemoteDoors
Switch that allows you to open / close doors remotely
Total Downloads: 893 - First Release: Oct 16, 2015 - Last Update: Oct 15, 2016
- 5/5, 4 likes
-
@Reneb, Nice one mate
-
says im too far from door switch but its right in my face??
[DOUBLEPOST=1445050116][/DOUBLEPOST]also how do you remote the switch
[DOUBLEPOST=1445050247][/DOUBLEPOST]is there a way you can do /open to open doors and /close to close doors? -
you are too far from the remote activator
[DOUBLEPOST=1445058003][/DOUBLEPOST]looked into Plugin
Line 795- if (Vector3.Distance(remoteActivators[targetPos].Pos(), player.transform.position) > 2f)
changed to
if (Vector3.Distance(remoteActivators[targetPos].Pos(), player.transform.position) > 20f) -
yeah dont ^^
putting 20f will mean that you can activate the switch from the console if you find it's coordinates.
putting 2f forces you to be right next to it. -
yeah but 2f is not working im standing as close as i can possibly get and still says im not close enough what if we do 3f or 4f will that work
[DOUBLEPOST=1445098373][/DOUBLEPOST]how do we remove a switch i deleted the wall and put a new wall up and says there is already a switch on this wall!!
[DOUBLEPOST=1445098395][/DOUBLEPOST] -
you can clear data & doors, no need to replace a switch.
The switch that were destroyed will be deleted on server restart, before that, replacing one will put the same as before. -
How to give access to someone?
-
it's writen in the overview sanny
-
-
-
-
Did you do the command in f1 or a program like rusty
-
-
yes owner does: give access
then all players go to the switch and click on: access -
-
click on sign and then click on Access
[DOUBLEPOST=1445170726][/DOUBLEPOST]at 1:38 i give access and 1:40 there is Access button that poped up. -
Ok, I understand... But how to give ability to use controller to my friend? GUI not showing him up, only msg: "U don't have access"
-
You click on give access (1:38)
then they have 15secs to click on Access (1:40)
then they have access
[DOUBLEPOST=1445171101][/DOUBLEPOST]unless ... hmm let me check the code ^^
[DOUBLEPOST=1445171250][/DOUBLEPOST]yeah my bad, pushing the update now -