mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Send PVDZ_sec_atp messages as array
Vanilla development commits:6e0fd6203b78ed0665fa
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user