This commit is contained in:
vbawol
2013-06-26 09:25:35 -05:00
parent 91b05db8e0
commit b5efbdebf8

View File

@@ -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 {