Can I send a client_print to another server using Sockets (i guess), when a player types a certain command in chat. e.g.:
Client typed : /send
And on the other server we show this :
Code:
client_print(0, print_chat, "A client on XXX.XXX.XXX.XXX wrote /send, ... blah blah blah");