DayZ 1.29
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 строка 167

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