Results 1 to 2 of 2

Thread: Assignascargo (cessna)

  1. #1
    Master Gunnery Sergeant
    Join Date
    Jul 15 2003
    Location
    Belgium, the land of surialism
    Posts
    1,003
    Hello,

    I have a weird problem with assignas...(cargo/driver)

    The vehicle is a cessna and the player is NOT allowed to embark the plane is pilot (driver)

    So I use

    player assignascargo plane

    and for the pilot

    Dude assignasdriver plane

    But it doesn't work

    The action "getin as driver" is still there...

    I tried it in a testmission without anything else and it still doesn't work...

    What am I doing wrong?

    I did this before with an M113 and other vehicles i never had a problem with it. What's wrong with the cessna?

  2. #2
    Sergeant Major
    Join Date
    Dec 24 2002
    Location
    BC, Canada
    Posts
    1,428
    Try locking it, then adding an action like

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">getin = plane addAction &#91;&#34;Get in as passenger&#34;,&#34;getin.sqs&#34;&#93;[/QUOTE]

    then in getin.sqs

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">plane removeaction getin
    player assignascargo plane
    player moveincargo plane[/QUOTE]




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •