Hi there!
I have got a question about the send_string_to thing.
I want to send a string to the server and want the server to handle the string.
How can I realize this?
Example (a question and an answer)
string STR_question;
string STR_answer;
var q_result;
A question is shown on the screen and you have to answer it.
The answer is placed in a txt-file on the server.
You answer by entering the answer into STR_answer.
This should be sent to the server.
The server should check it and should return a VAR (wether the answer was correct or not) to the client who sent the string.
I´m not shure how to deal with the C-script instructions.
Some hints would be very nice. (In both English or German).
Thanks in advance.