DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ OnPlay()

override void OnPlay ( PlayerBase player)

!! beware of the ifdef above , most likely you want to put your code above it, otherwise it might not get executed !!!

См. определение в файле PlayerSoundEventBase.c строка 166

167 {
168 super.OnPlay(player);
169 //Print("start playing -------------------->" + m_Type);
170 player.OnVoiceEvent(this);
171 //m_Player.OnVoiceEventDuration(m_SoundSetCallback, 0);
172 }