Hi im new to c++, i already scripted but just in pawn (for samp server)
I need your help about reading text from console if its possible the way i want it
Since i need these for Gta San Andreas Multiplayer Server as plugin i think its possible to read server console
For example we print
cout << "Hello World!";
and in console we will see Hello World!
So i want to get any text printed in console and store it to a string
Pls answer is it possible these way or i need another console and than redirect 1st console output to 2nd
or its just possible with some function's?