July 27, 201411 yr function Brake_Select_Up () ipc.writeLvar("p001GidroPosVar", 0) ipc.writeLvar("p001GidroSwVar", 0) end function Brake_Select_Down () ipc.writeLvar("p001GidroPosVar", 100) ipc.writeLvar("p001GidroSwVar", 1) end This code doesn't work... When i press on a button... the switch just flap 1 times (and nothing happens) Anyone knows how to code the function of CS C-130? Thank you
Create an account or sign in to comment