Do not allow pickup actions next to other actions

This commit is contained in:
AirwavesMan
2020-07-23 01:43:23 +02:00
parent ca8bb7709d
commit 2d7f593a54

View File

@@ -1,3 +1,4 @@
if (dayz_actionInProgress) exitWith {localize "str_player_actionslimit" call dayz_rollingMessages;};
if (player isKindOf "PZombie_VB") exitWith {}; if (player isKindOf "PZombie_VB") exitWith {};
private ["_array","_type","_classname","_holder","_playerID","_text","_broken","_claimedBy","_config","_isOk","_PlayerNear","_wpn","_ismelee","_hasBag"]; private ["_array","_type","_classname","_holder","_playerID","_text","_broken","_claimedBy","_config","_isOk","_PlayerNear","_wpn","_ismelee","_hasBag"];