PDA

View Full Version : hercules cargo door



SWAT122
Jun 4 2011, 11:50
Is it possible to open the back cargo door of c130 without scripts in oa?

Giallustio
Jun 4 2011, 11:52
In the vehicleInit:
this animate [""ramp_top"",1];this animate [""ramp_bottom"",1];

SWAT122
Jun 4 2011, 12:05
thanks ok! : )

Demonized
Jun 4 2011, 13:38
just a little note:
it should be like this with no double qoutes, i suspect Giallustio took code from within another string in a script.
below is correct for pasting into vehicleInit in editor.

this animate ["ramp_top",1];this animate ["ramp_bottom",1];