mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 18:51:50 +03:00
Fixes SetFace error
This commit is contained in:
@@ -12,8 +12,8 @@ class PZombie_VB: Citizen1
|
||||
respawnWeapons[] = {};
|
||||
respawnMagazines[] = {};
|
||||
|
||||
faceType = "ZFaces";
|
||||
identityTypes[] = {"Zombie1","Zombie2"};
|
||||
faceType = "PZombieFace1";
|
||||
identityTypes[] = {"PZombie1"};
|
||||
extCameraPosition[] = {0,1.5,-9};
|
||||
|
||||
canHideBodies = 0;
|
||||
|
||||
Reference in New Issue
Block a user