Finish Medical and Sleep to UiSleep

This commit is contained in:
icomrade
2016-03-05 22:34:09 -05:00
parent eadb3566c4
commit 68da397c52
87 changed files with 1320 additions and 1056 deletions

View File

@@ -19,7 +19,7 @@ for "_i" from ((count _list) - 1) to 0 step -1 do
_object setPosATL _position;
_object allowDamage false;
_object setVariable ["", true]; // SV used by player_spawnCheck
//if (_w8 AND {((_i % 25) == 0)}) then { sleep 0.01; };
//if (_w8 AND {((_i % 25) == 0)}) then { uiSleep 0.01; };
} else {
if (!_inVehicle) then {
@@ -29,11 +29,11 @@ for "_i" from ((count _list) - 1) to 0 step -1 do
_object setPosATL _position;
_object allowDamage false;
_object setVariable ["", true]; // SV used by player_spawnCheck
if (_w8 AND {((_i % 25) == 0)}) then { sleep 0.01; };
if (_w8 AND {((_i % 25) == 0)}) then { uiSleep 0.01; };
};
};
};
//sleep 0.001;
//uiSleep 0.001;
};
//diag_log ("FILL: " + str(_list));