mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Merge branch 'master' of https://github.com/vbawol/DayZ-Epoch
This commit is contained in:
@@ -90,7 +90,7 @@ for "_t" from 0 to 2 do {
|
|||||||
//"
|
//"
|
||||||
|
|
||||||
private ["_test", "_test2"];
|
private ["_test", "_test2"];
|
||||||
_test = (_this select 0) setPos ([(_this select 0)] call FNC_GetPos); if (isnil "_test") then {_test = false};
|
_test = (_this select 0) setPos (getPos (_this select 0)); if (isnil "_test") then {_test = false};
|
||||||
_test2 = (_this select 0) playMove ""; if (isnil "_test2") then {_test2 = false};
|
_test2 = (_this select 0) playMove ""; if (isnil "_test2") then {_test2 = false};
|
||||||
_testvar = getText (configFile >> "CfgMissions" >> "Missions" >> "SP_BearRising" >> "directory");
|
_testvar = getText (configFile >> "CfgMissions" >> "Missions" >> "SP_BearRising" >> "directory");
|
||||||
if (_testvar != "") then {
|
if (_testvar != "") then {
|
||||||
|
|||||||
Reference in New Issue
Block a user