Lights – Arma 3 Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
 
No edit summary
Line 1: Line 1:
== Previous lights on randomization formula ==
== Previous lights on randomization formula ==


wip
<code>[[private]] _isLightsOnTime = [0,0,0] [[getEnvSoundControllers]] "night" > _vehicle [[getSoundController]] "randomizer" * 0.6 + 0.2;</code>

Revision as of 09:18, 27 February 2019

Previous lights on randomization formula

private _isLightsOnTime = [0,0,0] getEnvSoundControllers "night" > _vehicle getSoundController "randomizer" * 0.6 + 0.2;