Push #941 - Painkiller

This commit is contained in:
Skaronator
2014-01-11 20:23:50 +01:00
parent c5ce2f70a4
commit bec3f71fc9
3 changed files with 9 additions and 3 deletions

View File

@@ -34,7 +34,11 @@ if(_num_removed == 1) then {
sleep 1;
//clear the healed player's vision
//["usecPainK",[_unit,player]] call broadcastRpcCallAll;
usecPainK = [_unit,player];
publicVariable "usecPainK";
/* WIP - PVS/PVC - Skaronator
PVDZE_send = [_unit,"Painkiller",[_unit,player]];
publicVariableServer "PVDZE_send";
*/
};