who know how to fix taviana (origins) map 1.8 (white artifacts)?

a screen shot would be nice, and some more info
01.thumb.jpg.f28466e59b137efba741aa438626a473.jpg

02.thumb.jpg.f4171682b3657c13f7bbc4b954c557a2.jpg
 
add buttom init.sqf:
Code:
{
    hideobject _x;
    _x hideObject true;
    _x enableSimulation false;
}count(nearestObjects [getMarkerPos "center", ["Land_tav_HouseBlock_D1_ex2"],18000]);

now i try unlock vehicles.
they jast change name of animation.

last:
all new: _object animate ["tropa",1];
to Raft: _object animate ["OriModOhrana",1];
 
Last edited:
{
_x animate ["ani_door1",1];
} forEach (nearestObjects [[0,0,0], ["Land_tav_HouseBlock_D1_ex2"], 50000]);
 
Back
Top