mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2025-07-25 02:50:38 +00:00
uiNamespace var changes
This commit is contained in:
@ -15,10 +15,10 @@
|
||||
[] spawn
|
||||
{
|
||||
uiNamespace setVariable ["VEMFrHcLoad", []];
|
||||
uiNamespace setVariable ["vemfGroups", []];
|
||||
uiNamespace setVariable ["VEMFrAIgroups", []];
|
||||
while {true} do
|
||||
{
|
||||
_groups = uiNamespace getVariable "vemfGroups";
|
||||
_groups = uiNamespace getVariable "VEMFrAIgroups";
|
||||
waitUntil { uiSleep 1; count _groups > 0 };
|
||||
{
|
||||
if (local _x) then
|
||||
|
Reference in New Issue
Block a user