0 Members and 2 Guests are viewing this topic.
unit addAction actionOperand types: unit: Object action: ArrayCompatibility: Version 1.1 required.Type of returned value: NothingDescription: Create an action. Action ID should be returned, but due to bug it is not. Action ID should be returned, but due to bug it is not. To determine action ID use following algorithm: first action added to given vehicle has ID zero, next has ID one, etc.Example: player addAction ["Hello", "hello.sqs"]