The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SetSwingDoorDisableAutoClose does not work
darksky Offline
Member

Posts: 52
Threads: 8
Joined: Nov 2012
Reputation: 2
#1
SetSwingDoorDisableAutoClose does not work

hi
i need to open a door dynamicaly using propforce
the thing is, SetSwingDoorDisableAutoClose does not work.

[...]
    SetSwingDoorDisableAutoClose("door", true);
    SetSwingDoorLocked("door", false, true);    
    AddTimer("",2,"asd");
   [...]

void asd(string &in asTimer){
    AddPropForce("door", 10000, 0, 0, "world");
}

i see the door going berserk because the high force, but it does not stay open.
when i try open the door a bit manualy the door auto-closes, too.

i am using the standard mansion door
(This post was last modified: 03-03-2013, 12:01 PM by darksky.)
03-03-2013, 11:58 AM
Find


Messages In This Thread
SetSwingDoorDisableAutoClose does not work - by darksky - 03-03-2013, 11:58 AM



Users browsing this thread: 1 Guest(s)