[sockets/callback] how to get callback from sockets server
I need to create something like "connect api".
I have structure: hlds -> node.js -> mysql 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? |
Re: [sockets/callback] how to get callback from sockets server
|
| All times are GMT -4. The time now is 05:49. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.