mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
Compile object_pickupAction, object_BackpackAction for server too
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if (player isKindOf "PZombie_VB") exitWith {};
|
||||
if (isServer || {player isKindOf "PZombie_VB"}) exitWith {};
|
||||
|
||||
private ["_holder", "_type", "_classname", "_actionSet", "_name"];
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if (player isKindOf "PZombie_VB") exitWith {};
|
||||
if (isServer || {player isKindOf "PZombie_VB"}) exitWith {};
|
||||
/*
|
||||
Created exclusively for ArmA2:OA - DayZMod.
|
||||
Please request permission to use/alter from R4Z0R49.
|
||||
|
||||
Reference in New Issue
Block a user