private arrays part 1

This commit is contained in:
[VB]AWOL
2013-10-22 09:10:27 -05:00
parent e303e033b6
commit af4b876cde
41 changed files with 47 additions and 46 deletions

View File

@@ -1,5 +1,6 @@
//diag_log "running location check...";
{private ["_location","_distCfg","_configClass","_distAct","_config","_position"];
private ["_config","_locHdr","_position","_location","_distCfg","_configClass","_distAct"];
{
_location = _x select 0;
_distCfg = (_x select 2) + 200;
_configClass = _x select 1;