Send PVDZ_sec_atp messages as array

Vanilla development commits:

6e0fd6203b

78ed0665fa
This commit is contained in:
ebaydayz
2016-08-12 17:23:49 -04:00
parent ed47a63313
commit 7b287a2a23
7 changed files with 17 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ inGameUISetEventHandler ["Action","false"];
_plant = _x createVehicleLocal dayz_centerMarker;
uiSleep 0.1;
if (sizeOf _x == 0) exitWith {
PVDZ_sec_atp = "Plants texture hack for type " + _x;
PVDZ_sec_atp = toArray ("Plants texture hack for type " + _x);
publicVariableServer "PVDZ_sec_atp";
endMission "LOSER";
};