Update README, re-add example

This commit is contained in:
eraser1 2015-09-02 00:18:26 -05:00
parent 3760bc9826
commit 997f94d3ac
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,9 @@
Returns the vehicle object of the created vehicle.
EXAMPLE:
_exampleVeh = ['Exile_Chopper_Hummingbird_Green',_pos] call DMS_SpawnNonPersistentVehicle;
*/
private ["_vehicleClass","_position","_vehpos","_maxDistance","_vehObj"];

View File

@ -4,6 +4,10 @@ http://www.exilemod.com/forums/topic/dms-defents-mission-system/#post-10434
To install:
Put the pre-packed PBO in your "@ExileServer\addons\" directory. It should be alongside "exile_server" and "exile_server_config".
If you are using infiSTAR and want to keep "_CGM = true;", then set "_UMW = true;", and add "DMS_MissionMarkerCircle","DMS_MissionMarkerDot" to "_aLocalM",
so your "_aLocalM" would look like:
_aLocalM = ["DMS_MissionMarkerCircle","DMS_MissionMarkerDot"];
OPTIONAL:
Download the a3_dms folder and edit the config.sqf to your preferences.