Compile object_pickupAction, object_BackpackAction for server too

This commit is contained in:
A Man
2020-04-26 11:47:46 +02:00
parent dddd8c758a
commit 1d145500a4
3 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
if (player isKindOf "PZombie_VB") exitWith {};
if (isServer || {player isKindOf "PZombie_VB"}) exitWith {};
private ["_holder", "_type", "_classname", "_actionSet", "_name"];

View File

@@ -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.