Cyb0rg Posted May 13, 2011 Posted May 13, 2011 Gents, is it possible some how turn throttle lights off without loading TARGET? [sIGPIC][/sIGPIC] Asteroids ____________________________________________ Update this :D
MTFDarkEagle Posted May 13, 2011 Posted May 13, 2011 Not that I know of. Lukas - "TIN TIN" - 9th Shrek Air Strike Squadron TIN TIN's Cockpit thread
ivanwfr Posted May 14, 2011 Posted May 14, 2011 If you need TARGET, it's not for a long time ;) include "target.tmh" int main() { if(Init(&EventHandle)) return 1; GameOutput(&Throttle, OUT_ID_LED_BACKLIGHT, 1); Sleep(500); GameOutput(&Throttle, OUT_ID_LED_BACKLIGHT, 0); return 1; // wrong answer here ! } int EventHandle(int type, alias o, int x) { DefaultMapping(&o, x); }
Recommended Posts