CyberMor/sampvoice

SampVoice 4.1 bass.dll problem

Opened this issue · 3 comments

If you add sampvoice.asi to the game folder root, the sounds in native PlayAudioStreamForPlayer stop working and the sounds of modifications (for example San Andreas Ambient Sounds (SAAS)) do not work.

Я такая же хуйня

To fix this you need to comment out these lines

if (BASS_SetConfig(BASS_CONFIG_UPDATEPERIOD, 0) == FALSE) Logger::Instance().LogToFile("[sv:err:listener:load] failed to set 'BASS_CONFIG_UPDATEPERIOD' parameter (code:%d)", BASS_ErrorGetCode());
if (BASS_SetConfig(BASS_CONFIG_UPDATETHREADS, 0) == FALSE) Logger::Instance().LogToFile("[sv:err:listener:load] failed to set 'BASS_CONFIG_UPDATETHREADS' parameter (code:%d)", BASS_ErrorGetCode());

Thank you for your assistance. The fix will appear in patch 4.2.1.