ebaydayz
2016-08-12 17:23:49 -04:00
parent ed47a63313
commit 7b287a2a23
7 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ if (_unit == player) then {
default { "with suspicious weapon" };
};
if (!_isZombieHit) then { // don't log any zombie wounds, even from remote zombies
PVDZ_sec_atp = [_unit, _source, _sourceWeap, _sourceDist];
PVDZ_sec_atp = [_unit, _source, toArray _sourceWeap, _sourceDist]; //Send arbitrary string as array to allow stricter publicVariableVal.txt filter
publicVariableServer "PVDZ_sec_atp";
};
};