-
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?
-
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 ["Get in as passenger","getin.sqs"][/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
-
Forum Rules