Hi guys i have enabled the Cancel button to stop disconnecting but it still disconnects you anyway and idea's?
if(DisconnectAt > 0)
{
PKT_C2S_DisconnectReq_s n;
p2pSendToHost(gClientLogic().localPlayer_, &n, sizeof(n), true);
DisconnectAt = -1;
}
}
Printable View
Hi guys i have enabled the Cancel button to stop disconnecting but it still disconnects you anyway and idea's?
if(DisconnectAt > 0)
{
PKT_C2S_DisconnectReq_s n;
p2pSendToHost(gClientLogic().localPlayer_, &n, sizeof(n), true);
DisconnectAt = -1;
}
}