mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Update README, add OnKilled logging
This commit is contained in:
parent
eb5045bdcb
commit
54eb09b4d0
@ -16,6 +16,12 @@
|
||||
|
||||
|
||||
private ["_unit", "_player", "_playerObj", "_side", "_type", "_launcher", "_rockets", "_money", "_respect", "_moneyGain", "_repGain"];
|
||||
|
||||
|
||||
if (DMS_DEBUG) then
|
||||
{
|
||||
diag_log format ["DMS_DEBUG OnKilled :: Logging AI death with parameters: %1",_this];
|
||||
};
|
||||
|
||||
_unit = _this select 0 select 0;
|
||||
_player = _this select 0 select 1;
|
||||
|
@ -1,4 +1,10 @@
|
||||
http://www.exilemod.com/forums/topic/dms-defents-mission-system/#post-10434
|
||||
|
||||
|
||||
To install.
|
||||
To install:
|
||||
Put the pre-packed PBO in your "@ExileServer\addons\" directory. It should be alongside "exile_server" and "exile_server_config".
|
||||
|
||||
|
||||
OPTIONAL:
|
||||
Download the a3_dms folder and edit the config.sqf to your preferences.
|
||||
Repack the a3_dms folder with a PBO tool and follow the "To install:" steps :D
|
Loading…
Reference in New Issue
Block a user