mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-27 10:11:51 +03:00
surrender test 2
This commit is contained in:
7
SQF/dayz_code/actions/surrender_gear.sqf
Normal file
7
SQF/dayz_code/actions/surrender_gear.sqf
Normal file
@@ -0,0 +1,7 @@
|
||||
private ["_hasKnife","_qty","_item","_text","_string","_type","_started","_finished","_animState","_isMedic","_hasHarvested","_hasKnifeBlunt","_humanity"];
|
||||
|
||||
player removeAction s_player_SurrenderedGear;
|
||||
|
||||
player action ["Gear", (_this select 3)];
|
||||
|
||||
s_player_SurrenderedGear = -1;
|
||||
Reference in New Issue
Block a user