Arma 3
Intro Script DEMO
Hiển thị 1-10 trong 10 mục
Cập nhật: 1 Thg07, 2018 @ 6:22pm

Cập nhật: 26 Thg01, 2018 @ 10:48pm

Cập nhật: 26 Thg01, 2018 @ 9:32am

Cập nhật: 23 Thg11, 2017 @ 7:39pm

Cập nhật: 14 Thg09, 2017 @ 5:31pm

I introduced a parameter to make the script more JIP/MP firendly

nul = [JIP] execVM "intro.sqf";

JIP - number, time in seconds
- if negative the intro will be played for all JIP players regardless the time they join
- if is bigger than 0, players joining after the amount of seconds specified will not see the intro

Examples
> INTRO will be played for all JIP players regardless of joining time
nul = [-1] execVM "AL_intro\intro.sqf";

> INTRO will be played for all JIP players if they join in the first 10 seconds after mission starts
nul = [10] execVM "AL_intro\intro.sqf";

Cập nhật: 6 Thg09, 2017 @ 3:49am

* Script clean up
* Minor tweaks
* Added a new boolean parameter that, as in my movie maker script, will tell if the current camera shot is the last one or not
* Everything else stays the same, for more info see the video tutorial

Cập nhật: 6 Thg09, 2017 @ 3:43am

Cập nhật: 14 Thg04, 2016 @ 8:14pm

v1.02
- changed condition for script to run to avoid launching it on HC
- using global variables instead of public variables to control intro progress

Cập nhật: 11 Thg04, 2016 @ 9:01am

v1.01 Changelog:
fixed: when on MP/dedicated with many players camera would jump between player view and camera shot, now should work fine. Tested on dedicated but not in MP. Any feedback would be greatly appreciated. Thanks!

Cập nhật: 6 Thg04, 2016 @ 12:46am