2015-12-07 16:24:52 +00:00
|
|
|
/*
|
|
|
|
Author: Aaron Clark - EpochMod.com
|
|
|
|
|
|
|
|
Contributors:
|
|
|
|
|
|
|
|
Description:
|
2016-09-08 17:09:58 +00:00
|
|
|
Request loot event
|
2015-12-07 16:24:52 +00:00
|
|
|
|
|
|
|
Licence:
|
|
|
|
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
|
|
|
|
|
|
|
|
Github:
|
2016-06-13 16:54:19 +00:00
|
|
|
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_LootIT.sqf
|
2015-12-07 16:24:52 +00:00
|
|
|
*/
|
2015-09-14 20:55:36 +00:00
|
|
|
if (!isNull _this) then {
|
2015-12-23 17:38:11 +00:00
|
|
|
[_this,player,Epoch_personalToken] remoteExec ["EPOCH_server_lootContainer",2];
|
2015-12-07 16:24:52 +00:00
|
|
|
};
|