I'm working on DE now, and I found that in DE Mobile, Stuntplane's smoke has been fixed. And it used HornJustDown() .
In SA 2.00, HornJustDown checks your vehicle's type and it doen't allow helicopters and planes. We can hook this thing and allows Polmav, Stuntplane and Cropduster.
Besides, CPlane::ProcessControl called CHID::IsReleased which is unavalible on touch screen. Just Redirect it to HornJustDown, and everything is okey.
I'm working on DE now, and I found that in DE Mobile, Stuntplane's smoke has been fixed. And it used
HornJustDown()
.In SA 2.00,
HornJustDown
checks your vehicle's type and it doen't allow helicopters and planes. We can hook this thing and allows Polmav, Stuntplane and Cropduster. Besides,CPlane::ProcessControl
calledCHID::IsReleased
which is unavalible on touch screen. Just Redirect it toHornJustDown
, and everything is okey.