Can someone help me with how to start a new connection with the Plugin SDK?
I have tried this but it didnt work:
does someone have an idea how to make it work?Code:uint64 newServerConnectionHandlerID; funcs.spawnNewServerConnectionHandler(9987,&newServerConnectionHandlerID); const char* ident = "<myidentity>"; funcs.startConnection(newServerConnectionHandlerID, ident, "84.23.73.39", 9987, "TestUser", NULL, "", "");