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
StaticPhysics off not working
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#2
RE: StaticPhysics off not working

Try:

void OnStart()
{
SetPropStaticPhysics("fall_object_1", true);
SetEntityCallbackFunc("fall_object_1", "FallObject";
}

void FallObject(string &in asEntity, string &in asType)
{
SetMessage("Doors", "inside", 0);
SetPropStaticPhysics("fall_object_1", false);
}

Your problem is really weird, Damascus-Try to put "true" another time instead "false".

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
(This post was last modified: 12-15-2012, 04:17 PM by The chaser.)
12-15-2012, 04:12 PM
Find


Messages In This Thread
StaticPhysics off not working - by Damascus - 12-15-2012, 03:18 PM
RE: StaticPhysics off not working - by The chaser - 12-15-2012, 04:12 PM
RE: StaticPhysics off not working - by NaxEla - 12-17-2012, 04:08 AM



Users browsing this thread: 1 Guest(s)