Ahh Thanks! I was close to find it, unfortunally, everytimes I was searching the common length, I was typing lenght, which explain why I never found this function during my search. At least I have learn my lesson, at the same, time, it corrected my bad english vocabulary.
I might have another question tough.
Is it possible to use the function .GetString, to get a string from within the player.cpp, or player.h. It seem we can only grab strings from entitys ...

or
Is there a way to make idStr array works. I have tryed multiple ways to get it work, but each time, I encoutered this damn "Error C2108: subscript is not of integral type". GrrRrr
I was doing something like
Code:
idStr temp = SZString[i];
int stringSize = temp.Length();
But yeah, Like I said, the error as stated previously always appear, like if it was impropely done...
