Bug Fixes

This commit is contained in:
Ghostrider-DbD- 2017-08-17 19:57:58 -04:00
parent ff2afa55ee
commit 3e6d60fc3f
3 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,3 @@
private ["_version","_versionDate"];
_blck_version = "6.70 Build 73";
_blck_versionDate = "8-16-17 11:00 PM";
_blck_version = "6.70 Build 74";
_blck_versionDate = "8-17-17 8:00 PM";

View File

@ -1,3 +1,3 @@
private ["_version","_versionDate"];
_blck_version = "6.70 Build 73";
_blck_versionDate = "8-16-17 11:00 PM";
_blck_version = "6.70 Build 74";
_blck_versionDate = "8-17-17 8:00 PM";

View File

@ -1,3 +1,5 @@
This update includes an optional ability to spawn static missions.
This can be done by laying out everything for your static mission in the editor,
then using a simple copy - paste - edit strategy.
@ -32,4 +34,4 @@ My approach to doing this as follows:
Once you have done this, add the file to the custom_server\Missions\Static\missions directory then
add an entry for your static mission to GMS_StaticMissionLists.sqf
in order to specify additional options. Use the information provided in the example static missions to guide you.
in order to specify additional options. Use the information provided in the example static missions to guide you.