Deprecated/Slow Commands

Stop using them!
This commit is contained in:
icomrade
2014-05-27 15:03:53 -04:00
parent 88ded0f3c0
commit 774441ef45
39 changed files with 94 additions and 77 deletions

View File

@@ -30,7 +30,7 @@ if(!isDedicated)then{
axeTowerLights = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\local_lights_tower.sqf";
axeHouseLights = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\local_lights_house.sqf";
waitUntil {getPos Player select 0 > 0};
waitUntil {(([Player] call FNC_getPos) select 0) > 0};
//Detect Dusk and Dawn
_sunrise = call world_sunRise;
@@ -101,7 +101,7 @@ if(!isDedicated)then{
};
};
//};
_plyPos = getPos player;
_plyPos = [Player] call FNC_getPos;
};
sleep _slpTime;
};