Open WestSide56 opened 11 months ago
Я такая же хуйня
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.
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.
Still bug in 4.2
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.