IPB


Welcome Guest ( Log In | Register )

 Forum Rules ArmedAssault.info Forum Rules
 
Reply to this topicStart new topic
> Problem to drop Paratroopers, Using an action command
CheyenneAH56
post Jan 7 2010, 16:20
Post #1


Member
Group Icon

Group: Addon Maker
Posts: 51
Joined: 12-April 07
From: Côte d'azur - Alpes Maritimes
Member No.: 750



Hi,

I'm making my new addon, the C-141A Starlifter, but I've a problem, I want to drop paratroopers when player is pilot, by an action user command.

The action command is set, and have no problem issue, but the drop script *.sqs has problem.

This I wrote in script :

; ****************************************************************
; Script file for ArmA2
; Created by: CheyenneAH56
; ****************************************************************

_C141B = _This select 0;

_C141B removeaction 0

_count = 0
_GroupPara = ((crew _C141B) - [driver _C141B, gunner _C141B]);
_maxPara = count units _GroupPara

#Sauter

~0.5
_Para = ((units _GroupPara) select _count)

_Para action ["EJECT", _C141B]
unassignvehicle _Para

_count = _count + 1
? _count <= _maxPara: goto "Sauter"

exit


And nothing respond. cry3.gif

Somebody Help me !

This post has been edited by CheyenneAH56: Jan 17 2010, 18:21
Reason for edit: Image WELL over 150KB re read the forum rules!!


--------------------
Flying is as Ikar my only eternal dream...!!!

 
Quote Post

Reply to this topicStart new topic
3 User(s) are reading this topic (3 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 23rd April 2024 - 22:00