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
Switch problem
Elven Offline
Posting Freak

Posts: 862
Threads: 37
Joined: Aug 2011
Reputation: 26
#3
RE: Switch problem

I see Smile. TY! I also found method - maybe it helps someone:

void lever(string &in asTimer)
{
if(GetLeverState("levername") == -1/0/1) //whatever state u want Tongue!
{
//DO ur stuff here Smile!
RemoveTimer("lever");
}
AddTimer("", 0, "lever");
}

The Interrogation
Chapter 1

My tutorials
09-27-2011, 09:15 PM
Find


Messages In This Thread
Switch problem - by Elven - 09-27-2011, 08:56 PM
RE: Switch problem - by Tanshaydar - 09-27-2011, 09:04 PM
RE: Switch problem - by Elven - 09-27-2011, 09:15 PM
RE: Switch problem - by Juby - 09-28-2011, 01:37 AM



Users browsing this thread: 1 Guest(s)