Hi, up until now my server has been using y_hooks and it has been working fine, however today I added the hook OnPlayerConnect(playerid), however when the BCrypt_AsyncVerify function is executed the server immediately crashed. I have removed all the code inside hook OnPlayerConnect however it still happens and until I remove hook OnPlayerConnect everything works fine again. I checked when starting other hooks this still happens.
Hi, up until now my server has been using y_hooks and it has been working fine, however today I added the
hook OnPlayerConnect(playerid)
, however when the BCrypt_AsyncVerify function is executed the server immediately crashed. I have removed all the code insidehook OnPlayerConnect
however it still happens and until I removehook OnPlayerConnect
everything works fine again. I checked when starting otherhooks
this still happens.