mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
uiNamespace var changes
This commit is contained in:
parent
080c95829a
commit
be7e463815
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user