mirror of
https://github.com/slb2k11/Exile_Igiload.git
synced 2024-08-30 17:32:13 +00:00
commit
ddce797762
@ -33,7 +33,7 @@ call compileFinal preprocessFileLineNumbers "IgiLoad\IgiLoadTaru.sqf";
|
|||||||
while {true} do
|
while {true} do
|
||||||
{
|
{
|
||||||
sleep (IL_Check_Veh_Min + (random (IL_Check_Veh_Max - IL_Check_Veh_Min)));
|
sleep (IL_Check_Veh_Min + (random (IL_Check_Veh_Max - IL_Check_Veh_Min)));
|
||||||
|
IL_LST_Count = nearestObjects[getPos player,IL_Supported_Init_All,75];
|
||||||
//Delete vehicles from "IL_Veh_Array" if not in "vehicles"
|
//Delete vehicles from "IL_Veh_Array" if not in "vehicles"
|
||||||
{
|
{
|
||||||
if !(_x in vehicles) then
|
if !(_x in vehicles) then
|
||||||
@ -48,5 +48,5 @@ while {true} do
|
|||||||
_null = [_x] execVM "IgiLoad\IgiLoad.sqf";
|
_null = [_x] execVM "IgiLoad\IgiLoad.sqf";
|
||||||
waitUntil {scriptDone _null};
|
waitUntil {scriptDone _null};
|
||||||
};
|
};
|
||||||
} forEach (vehicles);
|
} forEach IL_LST_Count;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user