hi I build a program with c++ and VB, i want the program to cummunicate with the game server, and i need plugin for a few functions:
1) Check - Send an IP to a server (with socket) and recieve True or False (or any other thing representing true or false). If true, do nothing. If false, kick the player.
2) Check at login - Do the Check on any player that login to the server.
3) Check at X - Check each X time all the players in the server.
4) At console command (command + player) send to the same server (with socket) the player's nick and IP (recieve nothing back).