1.0.1.3 RC1

Migration of code into allowed pbos
fixed missing zombie parts bag model
This commit is contained in:
vbawol
2013-06-27 17:25:34 -05:00
parent 10220b1328
commit dd4e15c249
11 changed files with 3095 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
class CfgIdentities
{
class PZombie1
{
name = "PZombie";
face = "PZombie1";
glasses = "None";
speaker = "NoVoice";
pitch = 1;
};
class PZombie2
{
name = "PZombie";
face = "PZombie2";
glasses = "None";
speaker = "NoVoice";
pitch = 1;
};
};