Add Notice for PV improvements (Also a performance plus would be PVC instead of PV)

This commit is contained in:
Skaronator
2013-12-20 13:40:31 +01:00
parent 74568146e5
commit d1a15870b1
7 changed files with 8 additions and 16 deletions

View File

@@ -15,6 +15,7 @@ if (!_isDead) then {
_unit setVariable ["USEC_isCardiac",false,true];
sleep 5;
//["usecEpi",[_unit,player,"ItemEpinephrine"]] call broadcastRpcCallAll;
//DayZ CE: Has been changed to PVC via server_sendToClient.sqf -> Could we also do here - Commit by Skaronator
usecEpi = [_unit,player,"ItemEpinephrine"];
publicVariable "usecEpi";
};