Lights – Arma 3 Talk
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Lou Montana moved page Talk:Arma 3 Lights to Talk:Arma 3: Lights: Text replacement - "^Arma 3 " to "Arma 3: ") |
Lou Montana (talk | contribs) m (Text replacement - "<code>" to "<code style="display: block">") |
||
Line 1: | Line 1: | ||
== Previous lights on randomization formula == | == Previous lights on randomization formula == | ||
<code>[[private]] _isTimeForLightsOn = [0,0,0] [[getEnvSoundController]] "night" > _vehicle [[getSoundController]] "randomizer" * 0.6 + 0.2;</code> | <code style="display: block">[[private]] _isTimeForLightsOn = [0,0,0] [[getEnvSoundController]] "night" > _vehicle [[getSoundController]] "randomizer" * 0.6 + 0.2;</code> |
Latest revision as of 11:52, 11 January 2023
Previous lights on randomization formula
private _isTimeForLightsOn = [0,0,0] getEnvSoundController "night" > _vehicle getSoundController "randomizer" * 0.6 + 0.2;