mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-23 08:30:50 +03:00
private arrays part 1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
private ["_currentObjects","_newObjects","_checkObjects","_type","_qtyNow","_qtyBefore"];
|
||||
private ["_currentObjects","_newObjects","_checkObjects","_type","_qtyNow","_qtyBefore","_change"];
|
||||
//_newObjects = [_previous,weapons player] call player_weaponCheck;
|
||||
_currentObjects = _this select 0;
|
||||
_checkObjects = _this select 1;
|
||||
|
||||
Reference in New Issue
Block a user