mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
private arrays part 2
This commit is contained in:
@@ -14,7 +14,7 @@ Returns a vector that is the sum of <vector1> and <vector2>.
|
||||
|
||||
************************************************************/
|
||||
|
||||
private["_p1","_p2","_return"];
|
||||
private ["_p1","_p2","_return","_c"];
|
||||
|
||||
_p1 = _this select 0;
|
||||
_p2 = _this select 1;
|
||||
|
||||
Reference in New Issue
Block a user