Huh,shame to post here (

) but what the hell, i have spent hours to get the problem but nothing. The structure in file is like this:
Code:
What the hell is erath? ;A shit
What is a retard? ;A dumb kid without a brain.

1st is the question then is the answer, loading is maded correctly
Code:
client_print(0, print_chat, "Answer : %s", CurrentAnswer);
, this is debug and the answer is correct, then i store the answer to a global and check for it in "say args" but is NOT WORKING. I type the correct answer but is not showing nothing (
Code:
client_print(0, print_chat, "Correct Answer");
). :S
The oddest thing is that is working only for last line from file. E.g
Code:
What is a retard? ;A dumb kid without a life
if i type "A dumb kid without a life" is working :S
Thanks.
__________________