Little addition. A fallen tradingpost.
Any feedback is welcome!
To add this to your namalsk server:
create "FallenPost.sqf"
place this code in there http://pastebin.com/NFybrPrX
save
place in in the root of your mission pbo
in your init.sqf add
Save, repack your PBO and upload it to your server.
For a mapmarker:






Any feedback is welcome!
To add this to your namalsk server:
create "FallenPost.sqf"
place this code in there http://pastebin.com/NFybrPrX
save
place in in the root of your mission pbo
in your init.sqf add
Code:
[] ExecVM "FallenPost.sqf";
Save, repack your PBO and upload it to your server.
For a mapmarker:
Code:
_marker = createMarker ["FTP", [7269.1152, 7047.4355]];
_marker setMarkerText "Fallen Trading Post";
_marker setMarkerType "mil_objective";
_marker setMarkerColor "ColorBlack";
marker = _FTP;