Complete #941 - Not Tested

This commit is contained in:
Skaronator
2014-01-12 16:04:03 +01:00
parent b157e3bc7f
commit a7d27c0829
14 changed files with 29 additions and 122 deletions

View File

@@ -18,18 +18,13 @@ if (local _animalbody) then {
sleep 5;
};
PVDZE_plr_HideBody = _body;
hideBody _body; // local player
publicVariable "PVDZE_plr_HideBody"; // remote player
/* WIP - PVS/PVC - Skaronator
/* PVS/PVC - Skaronator */
_inRange = _pos nearEntities ["CAManBase",100];
{
PVDZE_send = [_x,"HideBody",[_body]];
publicVariableServer "PVDZE_send";
} forEach _inRange;
*/
sleep 5;
deleteVehicle _body;
true;