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
  1. Reneb submitted a new resource:

    RemoteDoors - Switch that allows you to open / close doors remotelly

    Read more about this resource...
     
  2. 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?
     
  3. 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)
     
  4. 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.
     
  5. 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]
    im guessing we have to remove it from the config file or the data file?
     
  6. 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.
     
  7. How to give access to someone?
     
  8. it's writen in the overview sanny ;)
     
  9. No no, I'm just about "how to give access to use contoller"? I have created one, then pressed "Give Access", but my teammate still can't access in it... It's say him that he haven't got access to this controller...
     
  10. Have you done this commad yet oxide.grant group player canremoteactivate
     
  11. Yes...
     
  12. Did you do the command in f1 or a program like rusty
     
  13. In program like rusty
     
  14. OHHHHHHHHHHHHHH
    yes owner does: give access
    then all players go to the switch and click on: access
     
  15. So... I need to press "Give Access" and then my teammate can click on sign, yes?
     
  16. 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.
     
  17. 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"
     
  18. 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
     
  19. Ah, thanks xD