Posts: 351
Threads: 22
Joined: Oct 2012
Reputation:
0
As the title specifies that i want to detect a key from player that shows which key it is , inshort it gets its values like if player Presses " T " for chatting it will be a value so that we can detect a player's Key when it is pressed...
Can anyone please help me in this case ...
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
It is, create some local keylogger that needs to be started and connected to the server. On the server use the socket plugin to establish connections to the clients. Thats quite simple, 100 lines of c for the logger and 20 lines for the server script. Double that if you want a secure connection with some verification so noone can spoof some other player.
The only problem about this is that barely anyone will use it. People prefer just joining a server and being happy.