Re: RELEASE : DaiZy 2018
Posted by Haleks on
URL: http://kodabar-dayz-daizy-single-player-forum.163.s1.nabble.com/RELEASE-DaiZy-2018-v1-5-04-06-2014-UPDATED-tp14780p14871.html
Look at the player_monitor file and change this :
" while {true} do {" \n
" _handle = [false] spawn player_spawnCheck;" \n
" waitUntil{scriptDone _handle};" \n
" call stream_locationCheck;" \n
" sleep 2;" \n
" };" \n
into this :
" while {true} do {" \n
" call player_spawnCheck;" \n
" call stream_locationCheck;" \n
" sleep 3;" \n
" };" \n
Not 100% sure yet, but calling the spawncheck rather than spawning it seems to have definitely fixed those issues for me.