Jump to content

der bastler

Member
  • Content Count

    1385
  • Joined

  • Last visited

  • Medals

Everything posted by der bastler

  1. der bastler

    Bell jetranger?

    There is a Jet Ranger in Resistance: 1.) create a "logic"-object 2.) change the init line to: </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> hubiname = "JetRangerSilent" CreateVehicle (GetPos this) <span id='postcolor'> ;-)
  2. der bastler

    Stop the script

    Right Red! I think that delay "~1" is important...
  3. der bastler

    Stop the script

    You must not initialize "stopScript1" in the loop! And keep the variable's name... ;-) correct code-sample: </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> stopScript1 = false #loop ?stopScript1: exit ofi playmove "FXStandDip" ofi_1 playmove "FXStandDip" Goto "loop" <span id='postcolor'>
  4. I've completed my trailer script. Now a truck can transport the artillery-canon! The direction of the trailer is adjusted correctly depending on the trailing vehicle's direction -driving backwards is awful (ever driven a military truck + power generator? ) But: For trailer positioning I use the "SetPos" command. As a result, the trailer's aligned horizontal -that looks very weird on steep hills! How can I "setpos" the trailer parallel to the ground it's standing on? Is there any other command like SetDir?
×