Remove global ObjectID and ObjectUID from server functions

All ObjectIDs and ObjectUIDs are only visible on the server now no longer on the client.
This commit is contained in:
A Man
2022-03-25 14:29:00 +01:00
parent 2168d504bb
commit d4e6e786d2
17 changed files with 17 additions and 28 deletions

View File

@@ -59,7 +59,7 @@ _holder setVariable ["ownerPUID",_ownerPUID,true];
if (_isZSC) then {_holder setVariable ["cashMoney",_coins,true];};
_objectUID = _worldSpace call dayz_objectUID2;
_holder setVariable ["ObjectUID",_objectUID,true];
_holder setVariable ["ObjectUID",_objectUID];
deleteVehicle _object;