Add files via upload

Client side cargo drop function.
This commit is contained in:
worldwidesorrow
2020-07-14 15:53:48 -05:00
committed by GitHub
parent 6225050b7e
commit 7fe7f3fcd8

View File

@@ -0,0 +1,13 @@
/*
Created exclusively for DayZ Epoch. Script by JasonTM.
*/
private "_vehicle";
_vehicle = _this select 3;
r_action_cargoDrop = false;
call r_player_removeActions2;
//diag_log text format ["Cargo Drop: Vehicle %1",(typeOf _vehicle)];
// Send the information to the server to complete the drop.
PVDZE_cargoDrop = [_vehicle, dayz_authKey, player];
publicVariableServer "PVDZE_cargoDrop";