Finalized #941²

This commit is contained in:
Skaronator
2014-01-12 16:08:06 +01:00
parent 3634a196ee
commit f233cfce84
7 changed files with 13 additions and 47 deletions

View File

@@ -17,12 +17,4 @@ if ((_unit == player) or (vehicle player != player)) then {
_control ctrlShow false;
_id = false spawn dayz_disableRespawn;
};
/* WIP - PVS/PVC - Not anymore used: moved to server_sendToClient.sqf - Skaronator */
_unit setVariable ["hit_legs",0,false];
_unit setVariable ["hit_hands",0,false];
if (isServer) then {
_unit setVariable["medForceUpdate",true];
};