13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
private _assetMarkerStore = localNamespace getVariable [
|
|
"milsim_fbcb2_assets_markerStore",
|
|
[]
|
|
];
|
|
|
|
{
|
|
deleteMarkerLocal _x;
|
|
} forEach _assetMarkerStore;
|
|
|
|
localNamespace setVariable [
|
|
"milsim_fbcb2_assets_markerStore",
|
|
[]
|
|
]; |