Epoch/Sources/epoch_code/compile/EPOCH_LootIT.sqf

18 lines
455 B
Plaintext
Raw Normal View History

2015-12-07 16:24:52 +00:00
/*
Author: Aaron Clark - EpochMod.com
Contributors:
Description:
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
};