mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
clean up
This commit is contained in:
@@ -52,18 +52,6 @@ while {true} do {
|
|||||||
dayz_mylastPos = _mylastPos;
|
dayz_mylastPos = _mylastPos;
|
||||||
dayz_areaAffect = _size;
|
dayz_areaAffect = _size;
|
||||||
|
|
||||||
//CheckVehicle
|
|
||||||
/*
|
|
||||||
if (_refObj != player) then {
|
|
||||||
_isSync =_refObj getVariable ["ObjectID",0] > 0;
|
|
||||||
if (!_isSync) then {
|
|
||||||
_veh allowDamage true;
|
|
||||||
_veh setDamage 1;
|
|
||||||
player setDamage 1;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (_speed > 0.1) then {
|
if (_speed > 0.1) then {
|
||||||
_timeOut = _timeOut + 1;
|
_timeOut = _timeOut + 1;
|
||||||
};
|
};
|
||||||
@@ -78,11 +66,6 @@ while {true} do {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Has infection?
|
|
||||||
//if (r_player_infected) then {
|
|
||||||
// [player,"cough",8,false] call dayz_zombieSpeak;
|
|
||||||
//};
|
|
||||||
|
|
||||||
//Record Check
|
//Record Check
|
||||||
_lastUpdate = time - dayZ_lastPlayerUpdate;
|
_lastUpdate = time - dayZ_lastPlayerUpdate;
|
||||||
if (_lastUpdate > 8) then {
|
if (_lastUpdate > 8) then {
|
||||||
|
|||||||
Reference in New Issue
Block a user