Finalized #941²

This commit is contained in:
Skaronator
2014-01-12 16:08:06 +01:00
parent 3634a196ee
commit f233cfce84
7 changed files with 13 additions and 47 deletions

View File

@@ -25,11 +25,8 @@
"PVDZE_veh_Init" addPublicVariableEventHandler {(_this select 1) call fnc_veh_ResetEH};
"PVDZE_plr_HumanityChange" addPublicVariableEventHandler {(_this select 1) spawn player_humanityChange};
"PVDZE_serverObjectMonitor" addPublicVariableEventHandler {PVDZE_serverObjectMonitor = dayz_safety};
/* PVS/PVC - Skaronator */
"PVCDZE_vehSH" addPublicVariableEventHandler {(_this select 1) call vehicle_handleDamage}; // set damage to vehicle part
"PVCDZE_hideBody" addPublicVariableEventHandler {hideBody (_this select 1)};
//Server only
if (isServer) then {