mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 09:32:02 +03:00
1.0.1.3 RC1
Migration of code into allowed pbos fixed missing zombie parts bag model
This commit is contained in:
10
SQF/dayz_code/CfgVoice.hpp
Normal file
10
SQF/dayz_code/CfgVoice.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
class CfgVoice
|
||||
{
|
||||
class NoVoice
|
||||
{
|
||||
protocol = "RadioProtocolBase";
|
||||
variants[] = {1};
|
||||
directories[] = {"",""};
|
||||
identityTypes[] = {"Default","Zombie1","Zombie2"};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user