when client connect to server i need to check his current name
in database. And i can`t to add mysql connection info into the plugin, bcs this plugin can use many peoples.
First of all i need to send connected player info into node.js server. after that check this name in mysql and if okay send back to node.js and hlds server something like that: { player:testplayer,status:true } and if okay, server allow connection to the server.
My questions are: How can i get this callback from node.js server? And after that i think needs to decrypt a json in hlds?