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
chandelier stuck
Freddo Offline
Junior Member

Posts: 2
Threads: 1
Joined: Jun 2011
Reputation: 0
#1
chandelier stuck

This might be a stupid question but anyhow. So this is my script and I would really appreciate some help:

void Shut(string &in asTimer)
{
    AddPropImpulse("chandelier_simple_2", 0, 0, 0.9f, "world");
    AddPropImpulse("chandelier_simple_3", 0, 0, 0.7f, "world");
    AddPropImpulse("mansion_3", 0, 0, 4.0f, "world");
    AddTimer("", 2.5f, "Doorlock");
}
Everything works fine but the chandeliers get "stuck" at the z every now and then, i.e they don't return to their 0, 0, 0 xyz positions. Any idea what to do?
(This post was last modified: 06-29-2011, 03:08 PM by Freddo.)
06-28-2011, 05:28 PM
Find


Messages In This Thread
chandelier stuck - by Freddo - 06-28-2011, 05:28 PM
RE: chandelier stuck - by JenniferOrange - 06-28-2011, 11:03 PM
RE: chandelier stuck - by Freddo - 06-28-2011, 11:32 PM
RE: chandelier stuck - by nemesis567 - 06-28-2011, 11:09 PM



Users browsing this thread: 1 Guest(s)