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
No matching signatures to OnLeave?
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#4
RE: No matching signatures to OnLeave?

Here:
Quote:void TimerMoveDoor(string &in asTimer)
{
if(GetLocalVarInt("VarDoor") == 10) return;
AddLocalVarInt("VarDoor", 1);

AddTimer(asTimer, 0.03, ""TimerMoveDoor");

AddPropForce(asTimer, -70, 0, 0, "world");
}

Put return between { }
And remove the extra "

I think that's all.

09-19-2013, 04:04 PM
Find


Messages In This Thread
No matching signatures to OnLeave? - by Efendi - 09-19-2013, 10:53 AM
RE: No matching signatures to OnLeave? - by Daemian - 09-19-2013, 04:04 PM



Users browsing this thread: 1 Guest(s)