mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
private array fixes
This commit is contained in:
@@ -903,7 +903,7 @@ PVDZE_localObjVarsResult = nil;
|
||||
waitUntil {sleep 1; !isNil "PVDZE_localObjVarsResult"};
|
||||
*/
|
||||
server_getLocalObjVars = {
|
||||
private ["_player","_obj","_vars","_vals","_objectID","_objectUID"];
|
||||
private ["_player","_obj","_objectID","_objectUID","_weapons","_magazines","_backpacks"];
|
||||
|
||||
_player = _this select 0;
|
||||
_obj = _this select 1;
|
||||
|
||||
Reference in New Issue
Block a user